Tag: 014e4c27c68a3ec40b19fef6ae0431e639632531

staging: rtl8192e: use true and false for bool variables

Author: Valentina Manea <valentina.manea.m@gmail.com> This patch fixes coccinelle errors for bool variables initialized with 1 or 0 instead of true and false. Signed-off-by: Valentina Manea Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 10 +++++—– drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 6 +++— drivers/staging/rtl8192e/rtllib_rx.c | 4 ++– drivers/staging/rtl8192e/rtllib_softmac.c | 6 +++— 5 files changed, 14 insertions(+), 14 …

Continue reading