From: Shivani Bhardwaj <shivanib134@gmail.com>
Date: Tue, 27 Oct 2015 17:28:06 +0000 (+0530)
Subject: Staging: wilc1000: coreconfigurator: Remove trailing whitespace
X-Git-Tag: firefly_0821_release~176^2~802^2~76
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ce081898622bde64aa913a3740c6e1a237a52286;p=firefly-linux-kernel-4.4.55.git

Staging: wilc1000: coreconfigurator: Remove trailing whitespace

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>
---

diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index d002cfbb2a60..e10c6ffa698a 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -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);