[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200729192136.23828-1-aditya.jainadityajain.jain@gmail.com>
Date: Thu, 30 Jul 2020 00:51:33 +0530
From: Aditya Jain <aditya.jainadityajain.jain@...il.com>
To: gregkh@...uxfoundation.org
Cc: hdegoede@...hat.com, joe@...ches.com, Larry.Finger@...inger.net,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Aditya Jain <aditya.jainadityajain.jain@...il.com>
Subject: [PATCH v4 0/3] Fix coding style issues in staging
Hey everyone,
Following the comments received I've updated the patch.
The patch cleans up coding style issues in the file
drivers/staging/rtl8723bs/include/hal_phy_cfg.h
Changelog:
v1:
Fixed ERROR: "foo * bar" should be "foo *bar" reported by
checkpatch.pl
v1 -> v2:
Cleaned up multiline function declarations as suggested
by Greg and adjusted spacing in macro definitions to align them.
v2 -> v3:
Broke the single patch in v2 into multiple patches with each
patch doing one single task.
v3 -> v4:
1. Corrected the patch subject following Larry's suggestion.
2. Merged the second and third patches into one following Greg's
comment.
3. Removed comments from the PHY_SetBWMode8723B function declaration.
Aditya Jain (3):
staging: rtl8723bs: Fix coding style errors
staging: rtl8723bs: Clean up function declations
staging: rtl8723bs: Align macro definitions
.../staging/rtl8723bs/include/hal_phy_cfg.h | 116 +++++-------------
1 file changed, 32 insertions(+), 84 deletions(-)
--
2.25.1
Powered by blists - more mailing lists