From: Hemansh Agnihotri Date: Fri, 12 Feb 2021 03:32:56 +0000 (+0530) Subject: staging: wimax: Fix some coding style problem X-Git-Tag: v5.12-rc1~175^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f34df6764c608565afb2eafb11004381f628159e;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20210212033256.2116-1-hemanshagnihotri27@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wimax/i2400m/rx.c b/drivers/staging/wimax/i2400m/rx.c index 5b3a85035f6a6..702a1e2fabcd0 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;