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>
This commit is contained in:
parent
de640ee3b6
commit
ccbadf70c6
1 changed files with 3 additions and 3 deletions
|
@ -53,8 +53,8 @@ struct NDIS_802_11_CONFIGURATION_FH {
|
|||
};
|
||||
|
||||
/*
|
||||
FW will only save the channel number in DSConfig.
|
||||
ODI Handler will convert the channel number to freq. number.
|
||||
* FW will only save the channel number in DSConfig.
|
||||
* ODI Handler will convert the channel number to freq. number.
|
||||
*/
|
||||
struct NDIS_802_11_CONFIGURATION {
|
||||
u32 Length; /* Length of structure */
|
||||
|
|
Loading…
Reference in a new issue