public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [resend, PATCH v1 0/3] parport: Switch to some modern APIs
@ 2023-10-16 13:31 Andy Shevchenko
  2023-10-16 13:31 ` [resend, PATCH v1 1/3] parport: Use kasprintf() instead of fixed buffer formatting Andy Shevchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andy Shevchenko @ 2023-10-16 13:31 UTC (permalink / raw)
  To: Luis Chamberlain, Joel Granados, Andy Shevchenko, linux-kernel
  Cc: Sudip Mukherjee, Greg Kroah-Hartman

This is a set of ad-hoc refactorings and cleanups to the parport driver.

In v1,resent:
- resent with Greg KH in Cc list

Initial contribution have been seen here 6 weeks ago:
https://lore.kernel.org/r/20230901134250.1172990-1-andriy.shevchenko@linux.intel.com

Andy Shevchenko (3):
  parport: Use kasprintf() instead of fixed buffer formatting
  parport: Use list_for_each() helper
  parport: Drop unneeded NULL or 0 assignments

 drivers/parport/procfs.c | 53 +++++++---------------------------------
 drivers/parport/share.c  | 25 ++++++++-----------
 include/linux/parport.h  |  2 --
 3 files changed, 19 insertions(+), 61 deletions(-)

-- 
2.40.0.1.gaa8946217a0b


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

end of thread, other threads:[~2023-10-16 19:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 13:31 [resend, PATCH v1 0/3] parport: Switch to some modern APIs Andy Shevchenko
2023-10-16 13:31 ` [resend, PATCH v1 1/3] parport: Use kasprintf() instead of fixed buffer formatting Andy Shevchenko
2023-10-16 13:31 ` [resend, PATCH v1 2/3] parport: Use list_for_each() helper Andy Shevchenko
2023-10-16 13:31 ` [resend, PATCH v1 3/3] parport: Drop unneeded NULL or 0 assignments Andy Shevchenko
2023-10-16 19:38 ` [resend, PATCH v1 0/3] parport: Switch to some modern APIs Luis Chamberlain

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