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

Staging: rtl8712: wlan_bssdef.h - style fix

Fixed style of block comments
Found using checkpatch

Signed-off-by: Derek Robson <robsonde@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Derek Robson and committed by
Greg Kroah-Hartman
ccbadf70 de640ee3

+3 -3
+3 -3
drivers/staging/rtl8712/wlan_bssdef.h
··· 53 53 }; 54 54 55 55 /* 56 - FW will only save the channel number in DSConfig. 57 - ODI Handler will convert the channel number to freq. number. 58 - */ 56 + * FW will only save the channel number in DSConfig. 57 + * ODI Handler will convert the channel number to freq. number. 58 + */ 59 59 struct NDIS_802_11_CONFIGURATION { 60 60 u32 Length; /* Length of structure */ 61 61 u32 BeaconPeriod; /* units are Kusec */