From: Julia Lawall Date: Fri, 9 Jan 2015 18:30:32 +0000 (-0700) Subject: PCI: keystone: Fix misspelling of current function in debug output X-Git-Tag: fixes-v4.0-rc1~161^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4808c35e22a81beec8f36b1a22793e5b153d7a11;p=pandora-kernel.git PCI: keystone: Fix misspelling of current function in debug output Replace a misspelled function name by %s and then __func__. The function name contains pcie, not pci as in the string. This was done using Coccinelle, including the use of Levenshtein distance, as proposed by Rasmus Villemoes. Signed-off-by: Julia Lawall Signed-off-by: Bjorn Helgaas Acked-by: Murali Karicheri --- Reading git-diff-tree failed