mirror of https://gitee.com/openkylin/linux.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 <hemanshagnihotri27@gmail.com> Link: https://lore.kernel.org/r/20210212033256.2116-1-hemanshagnihotri27@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fa7d3e66f6
commit
f34df6764c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue