On Fri, Mar 10, 2023 at 06:45:40PM +0200, Andy Shevchenko wrote: > Some cleanups to the recently resurrected driver. Anybody to pick this up, please? > 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 > -- With Best Regards, Andy Shevchenko