Skip to content

Commit 791a1dd

Browse files
JuliaLawalldavem330
authored andcommitted
uli526x: fix misspelling of current function in string
Replace a misspelled function name by %s and then __func__. 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> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent eeb4e6d commit 791a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ static int __init uli526x_init_module(void)
18371837

18381838
static void __exit uli526x_cleanup_module(void)
18391839
{
1840-
ULI526X_DBUG(0, "uli526x_clean_module() ", debug);
1840+
ULI526X_DBUG(0, "uli526x_cleanup_module() ", debug);
18411841
pci_unregister_driver(&uli526x_driver);
18421842
}
18431843

0 commit comments

Comments
 (0)