@@ -262,7 +262,7 @@ static void __up_console_sem(unsigned long ip)
262
262
* definitely not the perfect debug tool (we don't know if _WE_
263
263
* hold it and are racing, but it helps tracking those weird code
264
264
* paths in the console code where we end up in places I want
265
- * locked without the console sempahore held).
265
+ * locked without the console semaphore held).
266
266
*/
267
267
static int console_locked , console_suspended ;
268
268
@@ -2331,7 +2331,7 @@ static int __init console_setup(char *str)
2331
2331
/*
2332
2332
* console="" or console=null have been suggested as a way to
2333
2333
* disable console output. Use ttynull that has been created
2334
- * for exacly this purpose.
2334
+ * for exactly this purpose.
2335
2335
*/
2336
2336
if (str [0 ] == 0 || strcmp (str , "null" ) == 0 ) {
2337
2337
__add_preferred_console ("ttynull" , 0 , NULL , NULL , true);
@@ -3106,7 +3106,7 @@ void __init console_init(void)
3106
3106
*
3107
3107
* To mitigate this problem somewhat, only unregister consoles whose memory
3108
3108
* intersects with the init section. Note that all other boot consoles will
3109
- * get unregistred when the real preferred console is registered.
3109
+ * get unregistered when the real preferred console is registered.
3110
3110
*/
3111
3111
static int __init printk_late_init (void )
3112
3112
{
0 commit comments