On Mon, Jul 22, 2024 at 02:04:00PM +0300, ngn wrote: > hpc_ops struct is only used by shpchp, and it's unnecessary. This is > explained in the TODO file: drivers/pci/hotplug/TODO. This is a true statement, but it doesn't actually say what the patch *does* about it. The subject line does say it, but it should also be in the commit log itself because the subject is a title, not part of the commit log: https://chris.beams.io/posts/git-commit/ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=v6.9#n94 Point to the commit(s) that make similar changes to other drivers. Please also update the TODO file to remove this item. > Signed-off-by: ngn <ngn@xxxxxx> > --- What's the change from v1? It can go here (below the "---" cut line), where it's useful but doesn't get included in the commit log when merged. Bjorn