[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230725194339.1694-1-raghuhack78@gmail.com>
Date: Tue, 25 Jul 2023 19:43:39 +0000
From: Raghu Halharvi <raghuhack78@...il.com>
To: linux-cxl@...r.kernel.org,
Alison Schofield <alison.schofield@...el.com>,
raghuhack78@...il.com, ira.weiny@...el.com, bwidawsk@...nel.org,
dan.j.williams@...el.com, vishal.l.verma@...el.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH RESEND v6 0/2] Fixing check patch styling issues
v6 changes:
- The v5 was approved was not committed, submitting both patches(v6)
addressing styling issues in cxl/mbox.c and cxl/region.c after
rebasing with latest source. The changes remain same except the
function in which redundant dev_err() was present has been renamed to
cxl_memdev_state_create. (Alison/Ira)
v5 changes:
- Updated the missing reviewed tag in "cxl/mbox: Remove redundant
dev_err() after failed mem alloc" patch (Dave Jiang)
v4 changes:
- Updated the respective patches with reviewers tags for respective
patches(Dave Jiang)
v3 changes:
- Update the cover letter and commit message with full author
name(Fabio/Alison)
- Correct the "typo error" in commit message(Fabio)
v2 changes:
Thanks Alison, Ira for your comments, modified the v1 patches as
suggested.
Dropped the patch containing tab changes in port.c
v1 cover letter:
The following patches are cleanup or fixing the styling issues found
using checkpatch
In cxl/core/mbox.c, in case of null check failure, returning errno or
-ENOMEM in this case is good enough, removing the redundant dev_err
message.
In cxl/core/region.c, the else is not required after the return
statement, cleaned it up.
Verified the build and sanity by booting the guest VM using the freshly
built components.
Raghu Halharvi (2):
cxl/mbox: Remove redundant dev_err() after failed mem alloc
cxl/region: Remove else after return statement
drivers/cxl/core/mbox.c | 4 +---
drivers/cxl/core/region.c | 8 ++++----
2 files changed, 5 insertions(+), 7 deletions(-)
--
2.39.2
Powered by blists - more mailing lists