From: Anh Le Date: Sun, 31 Aug 2014 05:24:50 +0000 (+0700) Subject: Staging: bcm: fixed a comment coding style issue X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1e057cff4bf04dec886281520e081f4714115221;p=deliverable%2Flinux.git Staging: bcm: fixed a comment coding style issue Fixed a C99 comment issue in InterfaceMisc.h. Signed-off-by: Anh Le Reviewed-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/InterfaceMisc.h b/drivers/staging/bcm/InterfaceMisc.h index efb686046153..0e5e38b26329 100644 --- a/drivers/staging/bcm/InterfaceMisc.h +++ b/drivers/staging/bcm/InterfaceMisc.h @@ -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 */