Commit 8457403db6abebf4462636986c7e46ce12fe68c4

Authored by Frank Lichtenheld
Committed by Adrian Bunk
1 parent 0868ff7a42

vga.h: Fix prepocessor warning

Mark comment as comment, fixes:
include/asm/vga.h:6:8: warning: extra tokens at end of #endif directive

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/asm-parisc/vga.h
... ... @@ -3,5 +3,5 @@
3 3  
4 4 /* nothing */
5 5  
6   -#endif __ASM_PARISC_VGA_H__
  6 +#endif /* __ASM_PARISC_VGA_H__ */