staging: bcm: fix checkpatch error 'assignment in if condition'
commit4a467a438aaedd0a7f7358875c1c047161dc6dde
authorDaeseok Youn <daeseok.youn@gmail.com>
Thu, 27 Feb 2014 11:11:09 +0000 (27 20:11 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 21:07:11 +0000 (27 13:07 -0800)
treeff5b398ebb191237bb7d4a54889e0bf8f5b11749
parent24e3b16b99d2c1c39a15ceeaaeb995c646f832d9
staging: bcm: fix checkpatch error 'assignment in if condition'

clean up checkpatch errors and bClassificationSucceed is set to "TRUE"
proper location.

If protocal is not TCP or UDP, when it checks protocal, bClassificationSucceed
must be set to TRUE.
Also the end of do-while(0) loop, bClassificationSucceed is set to TRUE.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Qos.c