[9610][7885][7872][7570] wlbt: Fixing checkpatch issue.
authorSrishti Piplani <srishti.p@samsung.com>
Fri, 15 Jun 2018 06:08:28 +0000 (11:38 +0530)
committerTarun Karela <t.karela@samsung.com>
Fri, 22 Jun 2018 08:50:30 +0000 (09:50 +0100)
Fixing checkpatch error,space required before open
parenthesis.

Change-Id: I3a6299aaa777c8949c7349084a162c95d92fea60
SCSC-Bug-Id:SSB-40679
Signed-off-by: Himani Gupta <himani.g2@samsung.com>
drivers/net/wireless/scsc/nl80211_vendor.c

index 6b2908b7436eed4fcc5e527a7d8813dc10a91d0a..957aedbec91d377a2b153ae153bc359bc3817d07 100755 (executable)
@@ -2831,7 +2831,7 @@ static int slsi_lls_get_stats(struct wiphy *wiphy, struct wireless_dev *wdev, co
                return -EOPNOTSUPP;
        }
 
-       if(!sdev) {
+       if (!sdev) {
                SLSI_ERR(sdev, "sdev is Null\n");
                return -EINVAL;
        }