Skip to content

Commit f34df67

Browse files
hemanshgregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fa7d3e6 commit f34df67

File tree

1 file changed

+1
-2
lines changed
  • drivers/staging/wimax/i2400m

1 file changed

+1
-2
lines changed

drivers/staging/wimax/i2400m/rx.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,7 @@ struct i2400m_roq_data {
485485
* store the sequence number (sn) and the cs (packet type) coming from
486486
* the RX payload header from the device.
487487
*/
488-
struct i2400m_roq
489-
{
488+
struct i2400m_roq {
490489
unsigned ws;
491490
struct sk_buff_head queue;
492491
struct i2400m_roq_log *log;

0 commit comments

Comments
 (0)