linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] zram: zram_drv: Fix some formatting problems
@ 2021-12-15 19:21 Miko Larsson
  2021-12-15 19:21 ` [PATCH 1/2] zram: zram_drv: add SPDX license identifiers Miko Larsson
  2021-12-15 19:21 ` [PATCH 2/2] zram: zram_drv: replace strlcpy with strscpy Miko Larsson
  0 siblings, 2 replies; 8+ messages in thread
From: Miko Larsson @ 2021-12-15 19:21 UTC (permalink / raw)
  To: minchan, ngupta, senozhatsky, axboe, linux-kernel, linux-block
  Cc: Miko Larsson

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-16 17:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 19:21 [PATCH 0/2] zram: zram_drv: Fix some formatting problems Miko Larsson
2021-12-15 19:21 ` [PATCH 1/2] zram: zram_drv: add SPDX license identifiers Miko Larsson
2021-12-16 10:12   ` Christoph Hellwig
2021-12-15 19:21 ` [PATCH 2/2] zram: zram_drv: replace strlcpy with strscpy Miko Larsson
2021-12-16 10:14   ` Christoph Hellwig
2021-12-16 15:00     ` Miko Larsson
2021-12-16 17:52       ` Christoph Hellwig
2021-12-16 17:52         ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).