You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
VIDEO: add spaces on either side of the case "..." operator
Following the programming advice laid down in the gcc manual, make sure the case "..." operator has spaces on either side. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
36cc535b85
commit
88b229c7f7
@@ -1203,7 +1203,7 @@ static int __init pxafb_parse_options(struct device *dev, char *options)
|
||||
} else
|
||||
goto done;
|
||||
break;
|
||||
case '0'...'9':
|
||||
case '0' ... '9':
|
||||
break;
|
||||
default:
|
||||
goto done;
|
||||
|
||||
Reference in New Issue
Block a user