mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 16:07:17 -04:00
[PATCH] arch/i386/kernel/apm.c: fix sparse warnings
Signed-off-by: Alexey Dobriyan <adobriyan@mail.ru> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
3f3ae3471f
commit
77617bd806
@@ -346,10 +346,10 @@ extern int (*console_blank_hook)(int);
|
||||
struct apm_user {
|
||||
int magic;
|
||||
struct apm_user * next;
|
||||
int suser: 1;
|
||||
int writer: 1;
|
||||
int reader: 1;
|
||||
int suspend_wait: 1;
|
||||
unsigned int suser: 1;
|
||||
unsigned int writer: 1;
|
||||
unsigned int reader: 1;
|
||||
unsigned int suspend_wait: 1;
|
||||
int suspend_result;
|
||||
int suspends_pending;
|
||||
int standbys_pending;
|
||||
|
||||
Reference in New Issue
Block a user