staging: rtl8192e: use true and false for bool variables
authorValentina Manea <valentina.manea.m@gmail.com>
Tue, 29 Oct 2013 18:58:48 +0000 (20:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Oct 2013 16:08:45 +0000 (09:08 -0700)
commit014e4c27c68a3ec40b19fef6ae0431e639632531
tree6852e1829463782ba19dcd57fefba0e97d189b62
parentb1bdd4d3ed3b501063d81618be547be0cfe61b0f
staging: rtl8192e: use true and false for bool variables

This patch fixes coccinelle errors for bool variables
initialized with 1 or 0 instead of true and false.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
drivers/staging/rtl8192e/rtllib_rx.c
drivers/staging/rtl8192e/rtllib_softmac.c
This page took 0.0293 seconds and 5 git commands to generate.