OSDN Git Service

staging: ks7010: fix coding style issue of aligning comments properly
authorChetan Sethi <cpsethi369@gmail.com>
Tue, 28 Feb 2017 03:01:27 +0000 (12:01 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:07 +0000 (09:17 +0100)
This patch fixes coding style issue of having block comments using a
trailing */ on a separate line, warning as issued by checkpatch

Signed-off-by: Chetan Sethi <cpsethi369@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_wlan.h

index 0e40159..7ba440a 100644 (file)
@@ -359,7 +359,8 @@ struct wpa_key_t {
        u8 rx_seq[IW_ENCODE_SEQ_MAX_SIZE];      /* LSB first */
        struct sockaddr addr;   /* ff:ff:ff:ff:ff:ff for broadcast/multicast
                                 * (group) keys or unicast address for
-                                * individual keys */
+                                * individual keys
+                                */
        u16 alg;
        u16 key_len;    /* WEP: 5 or 13, TKIP: 32, CCMP: 16 */
        u8 key_val[IW_ENCODING_TOKEN_MAX];