aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemansh Agnihotri <hemanshagnihotri27@gmail.com>2021-02-12 09:02:56 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-12 09:48:46 +0100
commitf34df6764c608565afb2eafb11004381f628159e (patch)
tree3f9057ae35dd6dc7efec1655ac0d4a0fce925263
parentfa7d3e66f67514aa5f3031d5c2b4c1b3b804200e (diff)
staging: wimax: Fix some coding style problem
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>
-rw-r--r--drivers/staging/wimax/i2400m/rx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/wimax/i2400m/rx.c b/drivers/staging/wimax/i2400m/rx.c
index 5b3a85035f6a..702a1e2fabcd 100644
--- a/drivers/staging/wimax/i2400m/rx.c
+++ b/drivers/staging/wimax/i2400m/rx.c
@@ -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;