[PATCH 0/2] zram: zram_drv: Fix some formatting problems

From: Miko Larsson
Date: Wed Dec 15 2021 - 14:21:47 EST


Hi,

This small patch set fixes some superficial formatting problems in
zram_drv that were reported by checkpatch, namely that it missed SPDX
license identifiers and that it used strlcopy instead of strscpy.

Miko Larsson (2):
zram: zram_drv: add SPDX license identifiers
zram: zram_drv: replace strlcpy with strscpy

drivers/block/zram/zram_drv.c | 8 +++++---
drivers/block/zram/zram_drv.h | 2 ++
2 files changed, 7 insertions(+), 3 deletions(-)

--
2.34.1