staging: ccree: remove redudant semicolons
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>
This commit is contained in:
parent
4a73bb48de
commit
113f0d6a71
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user