]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: slicoss: cleaning up codestyle warnings
authorGrygorii Maistrenko <grygoriimkd@gmail.com>
Mon, 26 Sep 2016 16:56:28 +0000 (19:56 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Sep 2016 11:08:04 +0000 (13:08 +0200)
This removes checkpatch.pl warnings:

WARNING: Block comments should align the * on each line

Signed-off-by: Grygorii Maistrenko <grygoriimkd@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slic.h

index 6d2853906219de9cc0e902e2135ba72021180cfd..420546d4300282b3037841d87c2caf611ea13d62 100644 (file)
@@ -224,8 +224,8 @@ struct mcast_address {
 
 struct slic_iface_stats {
        /*
-       * Stats
-       */
+        * Stats
+        */
        u64        xmt_bytes;
        u64        xmt_ucast;
        u64        xmt_mcast;
@@ -469,8 +469,8 @@ struct adapter {
        struct slic_cmdqueue     cmdq_all;
        struct slic_cmdqmem      cmdqmem;
        /*
-        SLIC Handles
-       */
+        * SLIC Handles
+        */
        /* Object handles*/
        struct slic_handle slic_handles[SLIC_CMDQ_MAXCMDS + 1];
        /* Free object handles*/