Message ID | 272d96f7b06f2fbbb6d6361b3cec837cccaa23de.1628957100.git.aakashhemadri123@gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Bjorn Helgaas |
Headers | show |
Series | Fix checkpatch.pl WARNINGS | expand |
diff --git a/drivers/pci/slot.c b/drivers/pci/slot.c index 8d1a983027b7..d7a60135168e 100644 --- a/drivers/pci/slot.c +++ b/drivers/pci/slot.c @@ -353,7 +353,7 @@ EXPORT_SYMBOL_GPL(pci_hp_create_module_link); /** * pci_hp_remove_module_link - remove symbolic link to the hotplug driver - * module. + * module. * @pci_slot: struct pci_slot * * Helper function for pci_hotplug_core.c to remove symbolic link to
Fix checkpatch.pl WARNING: please, no space before tabs Signed-off-by: Aakash Hemadri <aakashhemadri123@gmail.com> --- drivers/pci/slot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)