staging: wimax: Fix some coding style problem
authorHemansh Agnihotri <hemanshagnihotri27@gmail.com>
Fri, 12 Feb 2021 03:32:56 +0000 (09:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2021 08:48:46 +0000 (09:48 +0100)
This fixes checkpatch error "open brace '{' following struct go on
the same line" in file drivers/staging/wimax/i2400m/rx.c .

Signed-off-by: Hemansh Agnihotri <hemanshagnihotri27@gmail.com>
Link: https://lore.kernel.org/r/20210212033256.2116-1-hemanshagnihotri27@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wimax/i2400m/rx.c

index 5b3a850..702a1e2 100644 (file)
@@ -485,8 +485,7 @@ struct i2400m_roq_data {
  * store the sequence number (sn) and the cs (packet type) coming from
  * the RX payload header from the device.
  */
-struct i2400m_roq
-{
+struct i2400m_roq {
        unsigned ws;
        struct sk_buff_head queue;
        struct i2400m_roq_log *log;