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)
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>

No differences found