All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: shpchp: trivial code cleanup patches
@ 2024-06-21  6:34 ngn
  2024-06-21  6:35 ` [PATCH 1/2] PCI: shpchp: Remove hpc_ops ngn
  2024-06-21  6:35 ` [PATCH 2/2] PCI: shpchp: Follow kernel coding style ngn
  0 siblings, 2 replies; 5+ messages in thread
From: ngn @ 2024-06-21  6:34 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, ngn

This is a small and simple patchset that cleans up the old shpchp driver,
a part from fixing checkpatch warnings, this patch set removes the hpc_ops
struct, which is unnecessary. This is explained in the TODO file:
drivers/pci/hotplug/TODO.

Also this is my first patch!! So if you have the time and the enegery
please let me know if I did something wrong :)

ngn (2):
  PCI: shpchp: Remove hpc_ops
  PCI: shpchp: Follow kernel coding style

 drivers/pci/hotplug/shpchp.h       |  84 ++++++++--------
 drivers/pci/hotplug/shpchp_core.c  |  20 ++--
 drivers/pci/hotplug/shpchp_ctrl.c  | 107 ++++++++++----------
 drivers/pci/hotplug/shpchp_hpc.c   | 154 ++++++++++++-----------------
 drivers/pci/hotplug/shpchp_sysfs.c |   7 +-
 5 files changed, 167 insertions(+), 205 deletions(-)

-- 
2.45.1


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

end of thread, other threads:[~2024-07-13  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21  6:34 [PATCH 0/2] PCI: shpchp: trivial code cleanup patches ngn
2024-06-21  6:35 ` [PATCH 1/2] PCI: shpchp: Remove hpc_ops ngn
2024-07-12 22:44   ` Bjorn Helgaas
2024-07-13  9:05     ` ngn
2024-06-21  6:35 ` [PATCH 2/2] PCI: shpchp: Follow kernel coding style ngn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.