Re: [patch] staging: rtl8192e: fix some confusing indenting

2015-06-07 Thread Mateusz Kulikowski
On 05.06.2015 11:24, Dan Carpenter wrote: > The indenting here causes a static checker warning: > > drivers/staging/rtl8192e/rtllib_rx.c:626 RxReorderIndicatePacket() > warn: curly braces intended? > > The code is actually correct, it's just that these lines were pushed in > an extra

[patch] staging: rtl8192e: fix some confusing indenting

2015-06-05 Thread Dan Carpenter
The indenting here causes a static checker warning: drivers/staging/rtl8192e/rtllib_rx.c:626 RxReorderIndicatePacket() warn: curly braces intended? The code is actually correct, it's just that these lines were pushed in an extra indent level by mistake in 35e33b0468ab ('staging: r