From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751966AbdLQJfr (ORCPT ); Sun, 17 Dec 2017 04:35:47 -0500 Received: from mail-pl0-f67.google.com ([209.85.160.67]:38887 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990AbdLQJfp (ORCPT ); Sun, 17 Dec 2017 04:35:45 -0500 X-Google-Smtp-Source: ACJfBouQInZSyt0hJ/F73NHM+GToW0gI3zkwxNx9E27TB5Gh4Yi1gjVWQOimSKzsoRFT8xZLHBe5Kg== From: Shreeya Patel To: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: Shreeya Patel Subject: [PATCH 0/4] Remove checkpatch warnings Date: Sun, 17 Dec 2017 15:05:37 +0530 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset removes some warnings generated by checkpatch for cleanup of the rtl8723bs driver. Also some additional cleanups are introduced in the *[1/4] and *[3/4] patches to make the code according to the kernel coding style. Shreeya Patel (4): Staging: rtl8723bs: Replace true with x and false with !x Staging: rtl8723bs: Change names to conform to the kernel code Staging: rtl8723bs: Change condition to assignment Staging: rtl8723bs: Use !x instead of NULL comparison drivers/staging/rtl8723bs/hal/sdio_ops.c | 722 +++++++++++++++---------------- 1 file changed, 360 insertions(+), 362 deletions(-) -- 2.7.4