Staging: bcm: fixed a comment coding style issue
authorAnh Le <anhlq2110@gmail.com>
Sun, 31 Aug 2014 05:24:50 +0000 (12:24 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 Aug 2014 19:55:38 +0000 (12:55 -0700)
Fixed a C99 comment issue in InterfaceMisc.h.

Signed-off-by: Anh Le <anhlq2110@gmail.com>
Reviewed-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/InterfaceMisc.h

index efb6860461535d571c5162665bf55346f383535d..0e5e38b263292afe803573052205703dc535f729 100644 (file)
@@ -39,4 +39,4 @@ VOID Bcm_kill_all_URBs(struct bcm_interface_adapter *psIntfAdapter);
 
 #define DISABLE_USB_ZERO_LEN_INT 0x0F011878
 
-#endif // __INTERFACE_MISC_H
+#endif /* __INTERFACE_MISC_H */
This page took 0.030708 seconds and 5 git commands to generate.