Linux block layer
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix some formatting problems
@ 2021-12-17  6:32 Miko Larsson
  2021-12-17  6:32 ` [PATCH v2 1/2] zram: zram_drv: add SPDX license identifiers Miko Larsson
  2021-12-17  6:32 ` [PATCH v2 2/2] zram: zram_drv: replace 'strlcpy()' Miko Larsson
  0 siblings, 2 replies; 8+ messages in thread
From: Miko Larsson @ 2021-12-17  6:32 UTC (permalink / raw)
  To: minchan, ngupta, senozhatsky, axboe, linux-kernel, linux-block
  Cc: Miko Larsson, hch

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


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-17  6:32 [PATCH v2 0/2] Fix some formatting problems Miko Larsson
2021-12-17  6:32 ` [PATCH v2 1/2] zram: zram_drv: add SPDX license identifiers Miko Larsson
2021-12-21  8:58   ` Christoph Hellwig
2021-12-21  9:33   ` Joe Perches
2021-12-24 13:13     ` Miko Larsson
2021-12-24 16:33       ` Joe Perches
2021-12-17  6:32 ` [PATCH v2 2/2] zram: zram_drv: replace 'strlcpy()' Miko Larsson
2021-12-21  8:59   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox