]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
fs-fat-fix-all-other-checkpatch-issues-in-dirc-fix
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 28 Sep 2012 00:22:08 +0000 (10:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:56 +0000 (16:50 +1000)
Cc: Cruz Julian Bishop <cruzjbishop@gmail.com>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/dir.c

index 198b9bca3a5914368918a8d51daefe861654d682..bca6d0a1255ecab0a1a8ec2b86032296a7a49e13 100644 (file)
@@ -224,7 +224,6 @@ fat_short2lower_uni(struct nls_table *t, unsigned char *c,
                        nc = *c;
 
                charlen = t->char2uni(&nc, 1, uni);
-
                if (charlen < 0) {
                        *uni = 0x003f;  /* a question mark */
                        charlen = 1;