Staging: rtl8712: Coding style warning fix for block comment
authorPunit Vara <punitvara@gmail.com>
Sun, 20 Sep 2015 11:25:29 +0000 (16:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 02:16:13 +0000 (19:16 -0700)
This is a patch to mlme_linux.c that fixes up following warning
reported by checkpatch.pl :

-Block comments use a trailing */ on a separate line

Signed-off-by: Punit Vara <punitvara@gmailc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/mlme_linux.c

index 8c5a475f05e7a546598071a84be324182af273c2..6d253bf6021ef1fba74eea619e5ecf92ddb949e2 100644 (file)
@@ -122,7 +122,8 @@ void r8712_os_indicate_disconnect(struct _adapter *adapter)
                            r8712_use_tkipkey_handler,
                            (unsigned long)adapter);
                /* Restore the PMK information to securitypriv structure
-                * for the following connection. */
+                * for the following connection.
+                */
                memcpy(&adapter->securitypriv.PMKIDList[0],
                        &backupPMKIDList[0],
                        sizeof(struct RT_PMKID_LIST) * NUM_PMKID_CACHE);
This page took 0.024847 seconds and 5 git commands to generate.