lib: rhashtable - Remove weird non-ASCII characters from comments
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Nov 2014 05:10:48 +0000 (13:10 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Nov 2014 19:38:46 +0000 (14:38 -0500)
commit0c828f2f8395fb5e7faf0a116e476a3ce992a199
treee41b8f9ad29b96c25b631c25d2f3bdc1427ea10c
parent6ff53fd37175e35dc4f70b0e8f48b28338fbee29
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>
lib/rhashtable.c