public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] pktdvd: Clean up the driver
@ 2023-03-10 16:45 Andy Shevchenko
  2023-03-10 16:45 ` [PATCH v2 1/9] pktcdvd: Get rid of custom printing macros Andy Shevchenko
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Andy Shevchenko @ 2023-03-10 16:45 UTC (permalink / raw)
  To: Andy Shevchenko, Jens Axboe, Greg Kroah-Hartman, linux-block,
	linux-kernel

Some cleanups to the recently resurrected driver.

v2:
- added tags (Greg)

Andy Shevchenko (9):
  pktcdvd: Get rid of custom printing macros
  pktcdvd: replace sscanf() by kstrtoul()
  pktcdvd: use sysfs_emit() to instead of scnprintf()
  pktcdvd: Get rid of pkt_seq_show() forward declaration
  pktcdvd: Drop redundant castings for sector_t
  pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
  pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
  pktcdvd: Get rid of redundant 'else'
  pktcdvd: Sort headers

 drivers/block/pktcdvd.c      | 525 +++++++++++++++++------------------
 include/linux/pktcdvd.h      |   1 -
 include/uapi/linux/pktcdvd.h |   1 +
 3 files changed, 257 insertions(+), 270 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-06-07 20:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-10 16:45 [PATCH v2 0/9] pktdvd: Clean up the driver Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 1/9] pktcdvd: Get rid of custom printing macros Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 2/9] pktcdvd: replace sscanf() by kstrtoul() Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 3/9] pktcdvd: use sysfs_emit() to instead of scnprintf() Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 4/9] pktcdvd: Get rid of pkt_seq_show() forward declaration Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 5/9] pktcdvd: Drop redundant castings for sector_t Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 6/9] pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 7/9] pktcdvd: Use put_unaligned_be16() and get_unaligned_be16() Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 8/9] pktcdvd: Get rid of redundant 'else' Andy Shevchenko
2023-03-10 16:45 ` [PATCH v2 9/9] pktcdvd: Sort headers Andy Shevchenko
2023-06-06 14:58 ` [PATCH v2 0/9] pktdvd: Clean up the driver Andy Shevchenko
2023-06-06 20:23   ` Jens Axboe
2023-06-07 20:08     ` Andy Shevchenko
2023-06-07 20:21       ` Jens Axboe
2023-06-07 20:28 ` Jens Axboe

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