kernel/printk.c: comment fix
Signed-off-by: Patrick Pletscher <pat@pletscher.org> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
a8e14b950c
commit
0bbfb7c2e4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int console_printk[4] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Low lever drivers may need that to know if they can schedule in
|
* Low level drivers may need that to know if they can schedule in
|
||||||
* their unblank() callback or not. So let's export it.
|
* their unblank() callback or not. So let's export it.
|
||||||
*/
|
*/
|
||||||
int oops_in_progress;
|
int oops_in_progress;
|
||||||
|
|
Loading…
Reference in a new issue