Commit f34df676 authored by Hemansh Agnihotri's avatar Hemansh Agnihotri Committed by Greg Kroah-Hartman
Browse files

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: default avatarHemansh Agnihotri <hemanshagnihotri27@gmail.com>
Link: https://lore.kernel.org/r/20210212033256.2116-1-hemanshagnihotri27@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fa7d3e66
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;