Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
David S. Miller
bbc79751 d6b00fec

+1 -1
+1 -1
drivers/net/ethernet/dec/tulip/dmfe.c
··· 2265 2265 2266 2266 static void __exit dmfe_cleanup_module(void) 2267 2267 { 2268 - DMFE_DBUG(0, "dmfe_clean_module() ", debug); 2268 + DMFE_DBUG(0, "dmfe_cleanup_module() ", debug); 2269 2269 pci_unregister_driver(&dmfe_driver); 2270 2270 } 2271 2271