Hi, This is v2 of the patch set I sent in two days ago. The subject is arguably misleading, since we're doing a bit more than fixing some "superficial formatting problems", but I wanted to keep the original subject since this is a followup to the previous patch set. This patch set adds SPDX license identifiers to zram_drv, and replaces all uses of 'strlcpy()' with 'kmemdup_nul()' and 'strcpy()'. Miko Larsson (2): zram: zram_drv: add SPDX license identifiers zram: zram_drv: replace 'strlcpy()' drivers/block/zram/zram_drv.c | 18 ++++++------------ drivers/block/zram/zram_drv.h | 9 ++------- 2 files changed, 8 insertions(+), 19 deletions(-) -- 2.34.1