Skip to content

Commit bbc7975

Browse files
JuliaLawalldavem330
authored andcommitted
dmfe: fix misspelling of current function in string
The function name contains cleanup, not clean. This was done using Coccinelle, including the use of Levenshtein distance, as proposed by Rasmus Villemoes. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d6b00fe commit bbc7975

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/dec/tulip

1 file changed

+1
-1
lines changed

drivers/net/ethernet/dec/tulip/dmfe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ static int __init dmfe_init_module(void)
22652265

22662266
static void __exit dmfe_cleanup_module(void)
22672267
{
2268-
DMFE_DBUG(0, "dmfe_clean_module() ", debug);
2268+
DMFE_DBUG(0, "dmfe_cleanup_module() ", debug);
22692269
pci_unregister_driver(&dmfe_driver);
22702270
}
22712271

0 commit comments

Comments
 (0)