From: Alan Cox Someone pointed out that the formatting was inconsistent... Signed-off-by: Alan Cox Signed-off-by: Andrew Morton --- include/linux/ide.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/ide.h~ide-fix-crash-on-repeated-reset-tidy include/linux/ide.h --- a/include/linux/ide.h~ide-fix-crash-on-repeated-reset-tidy +++ a/include/linux/ide.h @@ -826,7 +826,7 @@ typedef struct hwgroup_s { /* BOOL: polling active & poll_timeout field valid */ unsigned int polling : 1; /* BOOL: in a polling reset situation. Must not trigger another reset yet */ - unsigned resetting : 1; + unsigned int resetting : 1; /* current drive */ ide_drive_t *drive; _