OSDN Git Service

staging: rts5208: Add new line after declaration
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Fri, 26 Sep 2014 15:07:56 +0000 (20:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 02:47:54 +0000 (22:47 -0400)
This patch fixes checkpatch.pl warning in file ms.c
WARNING : Missing a blank line after declarations

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/ms.c

index 4e48324..228e483 100644 (file)
@@ -2713,6 +2713,7 @@ static int mspro_read_format_progress(struct rtsx_chip *chip,
                ms_card->progress = 0;
        } else {
                u64 ulltmp = (u64)cur_progress * (u64)65535;
+
                do_div(ulltmp, total_progress);
                ms_card->progress = (u16)ulltmp;
        }