Searched hist:"0 c828f2f8395fb5e7faf0a116e476a3ce992a199" (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | rhashtable.c | diff 0c828f2f8395fb5e7faf0a116e476a3ce992a199 Thu Nov 13 06:10:48 CET 2014 Herbert Xu <herbert@gondor.apana.org.au> lib: rhashtable - Remove weird non-ASCII characters from comments
My editor spewed garbage that looked like memory corruption on my screen. It turns out that a number of occurences of "fi" got turned into a ligature.
This patch replaces these ligatures with the ASCII letters "fi".
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Cheers, Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|