Staging: wilc1000: coreconfigurator: Remove trailing whitespace
authorShivani Bhardwaj <shivanib134@gmail.com>
Tue, 27 Oct 2015 17:28:06 +0000 (22:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2015 23:48:47 +0000 (08:48 +0900)
In block comments, trailing whitespaces should be removed.
Fix checkpatch ERROR: trailing whitespace

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c

index d002cfbb2a60e120ab434ba6658cf6b05ef1049f..e10c6ffa698a6f541ad4e40c7007ddc4852b50cd 100644 (file)
@@ -418,9 +418,9 @@ s32 parse_network_info(u8 *pu8MsgBuffer, tstrNetworkInfo **ppstrNetworkInfo)
                /* Get BSSID */
                get_BSSID(pu8msa, pstrNetworkInfo->au8bssid);
 
-               /* 
+               /*
                 * Extract current channel information from
-                * the beacon/probe response frame          
+                * the beacon/probe response frame
                 */
                pstrNetworkInfo->u8channel = get_current_channel_802_11n(pu8msa,
                                                        u16RxLen + FCS_LEN);