Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: dgap: Fixed trailing white space from dgap_conf.h

This patch fixes "ERROR: trailing whitespace" found by
checkpatch.pl.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Masanari Iida and committed by
Greg Kroah-Hartman
8be3183b f4ea823b

+3 -3
+3 -3
drivers/staging/dgap/dgap_conf.h
··· 138 138 #define CU 91 139 139 #define PRINT 92 140 140 #define XPRINT 93 141 - #define CMAJOR 94 141 + #define CMAJOR 94 142 142 #define ALTPIN 95 143 143 #define STARTO 96 144 144 #define USEINTR 97 ··· 262 262 } module; 263 263 264 264 char *ttyname; 265 - 265 + 266 266 char *cuname; 267 - 267 + 268 268 char *printname; 269 269 270 270 int majornumber;