Skip to content

Commit

Permalink
vga.h: Fix prepocessor warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frank Lichtenheld authored and Adrian Bunk committed Feb 3, 2008
1 parent 0868ff7 commit 8457403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-parisc/vga.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

/* nothing */

#endif __ASM_PARISC_VGA_H__
#endif /* __ASM_PARISC_VGA_H__ */

0 comments on commit 8457403

Please sign in to comment.