OSDN Git Service

staging: ccree: remove redudant semicolons
authorTyler Olivieri <sleepingzucchini@gmail.com>
Sun, 9 Jul 2017 21:10:43 +0000 (17:10 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2017 06:40:57 +0000 (08:40 +0200)
Patch to remove checkpatch warning:
WARNING: Statements terminations use 1 semicolon

Signed-off-by: Tyler Olivieri <sleepingzucchini@gmail.com>
Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_buffer_mgr.c

index 9caff9b..c9c0e77 100644 (file)
@@ -150,7 +150,7 @@ static inline int ssi_buffer_mgr_render_buff_to_mlli(
        u32 **mlli_entry_pp)
 {
        u32 *mlli_entry_p = *mlli_entry_pp;
-       u32 new_nents;;
+       u32 new_nents;
 
        /* Verify there is no memory overflow*/
        new_nents = (*curr_nents + buff_size / CC_MAX_MLLI_ENTRY_SIZE + 1);