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

Staging: vt6655 fix C99 style comments

Signed-off-by: Matteo Semenzato <mattew8898@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Matt and committed by
Greg Kroah-Hartman
7e59b047 636cd168

+1 -1
+1 -1
drivers/staging/vt6655/tmacro.h
··· 55 55 #define MAKEDWORD(lw, hw) ((unsigned long)(((unsigned short)(lw)) | (((unsigned long)((unsigned short)(hw))) << 16))) 56 56 #endif 57 57 58 - #endif // __TMACRO_H__ 58 + #endif /* __TMACRO_H__ */