[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230310164549.22133-1-andriy.shevchenko@linux.intel.com>
Date: Fri, 10 Mar 2023 18:45:40 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Jens Axboe <axboe@...nel.dk>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/9] pktdvd: Clean up the driver
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
Powered by blists - more mailing lists