[PATCH v5 0/2] mm: Coccinelle-driven cleanups across memory

Sahil Chandna posted 2 patches 2 days, 19 hours ago
mm/vmscan.c | 4 ++--
mm/zswap.c  | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
[PATCH v5 0/2] mm: Coccinelle-driven cleanups across memory
Posted by Sahil Chandna 2 days, 19 hours ago
This patch series contains minor changes identified by
Coccinelle scripts under scripts/coccinelle/misc/:

  * Use the %pe printk format specifier for PTR_ERR() reporting
    in vmscan.c and zswap.c
Found using:
  make coccicheck MODE=report M=mm/

change since v4:
- Remove use of ALIGN() macro as it caused infinite loop in case page
was already aligned.
change since v3:
- Update the commit message to highlight change in computation of
boundary using ALIGN().
changes since v1 and v2:
- Patch 1/3: update return value as per review comments.
- patch 2/3 and 3/3: Add Acked-by and Reviewed-by tags.

link to v1: https://lore.kernel.org/all/cover.1763227530.git.chandna.sahil@gmail.com/
link to v2: https://lore.kernel.org/all/cover.1763796152.git.chandna.sahil@gmail.com/
link to v3: https://lore.kernel.org/all/cover.1764177933.git.chandna.sahil@gmail.com/
link to v4: https://lore.kernel.org/all/cover.1764312627.git.chandna.sahil@gmail.com/

Sahil Chandna (2):
  mm/vmscan: use %pe to print error pointers
  mm/zswap: use %pe to print error pointers

 mm/vmscan.c | 4 ++--
 mm/zswap.c  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.50.1