[PATCH v3 0/6] cxl: Fix checkpatch issues

Jeongtae Park posted 6 patches 2 years, 2 months ago
drivers/cxl/core/memdev.c | 10 +++++-----
drivers/cxl/core/region.c | 20 +++++++-------------
drivers/cxl/core/trace.h  |  2 +-
drivers/cxl/cxl.h         |  4 ++--
drivers/cxl/cxlmem.h      |  2 +-
5 files changed, 16 insertions(+), 22 deletions(-)
[PATCH v3 0/6] cxl: Fix checkpatch issues
Posted by Jeongtae Park 2 years, 2 months ago
Changes since v2: [1]
- Modify cxl_region_invalidate_memregion() considering the context (Jonathan) 
- Drop a duplicated fix (Davidlohr)
- Add reviewed-by, acked-by tags

[1]: https://lore.kernel.org/lkml/20230922113443.3297726-1-jtp.park@samsung.com/

---
Cover letter same as v2

This series fixes various checkpatch errors and warnings.
I've been looking at the CXL driver recently and noticed that there are
trivial mistake codes, so I checked all files with the script and fixed
some warnings/errors.

Jeongtae Park (6):
  cxl/trace: Fix improper SPDX comment style for header file
  cxl/region: Fix a checkpatch warning
  cxl/mem: Fix a checkpatch error
  cxl: Fix a checkpatch error
  cxl: Fix block comment style
  cxl/memdev: Fix a whitespace error

 drivers/cxl/core/memdev.c | 10 +++++-----
 drivers/cxl/core/region.c | 20 +++++++-------------
 drivers/cxl/core/trace.h  |  2 +-
 drivers/cxl/cxl.h         |  4 ++--
 drivers/cxl/cxlmem.h      |  2 +-
 5 files changed, 16 insertions(+), 22 deletions(-)


base-commit: fe77cc2e5a6a7c85f5c6ef8a39d7694ffc7f41c9
-- 
2.34.1