Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751655AbeAPSy6 (ORCPT + 1 other); Tue, 16 Jan 2018 13:54:58 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:37343 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751582AbeAPSy5 (ORCPT ); Tue, 16 Jan 2018 13:54:57 -0500 X-Google-Smtp-Source: ACJfBouvfg1uk2O9QOOQWrzOzxQMurD9WnGSm8saL8thHRrW6+yh6sOBc/FoIuYRKz8TJaw6EOq5Yg== From: Shreeya Patel To: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: Shreeya Patel , linux-usb@vger.kernel.org Subject: [PATCH v2 0/4] Remove checkpatch warnings Date: Wed, 17 Jan 2018 00:24:50 +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 Return-Path: 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. Changes in v2 -Rebase and resend the patches [2/4], [3/4] and [4/4]. 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