powerpc/pseries: remove unneeded semicolon
Eliminate the following coccicheck warning: ./arch/powerpc/platforms/pseries/lpar.c:1633:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/1617672785-81372-1-git-send-email-yang.lee@linux.alibaba.com
This commit is contained in:
committed by
Michael Ellerman
parent
98db179a78
commit
01ed051094
@ -1631,7 +1631,7 @@ static int pseries_lpar_resize_hpt(unsigned long shift)
|
|||||||
}
|
}
|
||||||
msleep(delay);
|
msleep(delay);
|
||||||
rc = plpar_resize_hpt_prepare(0, shift);
|
rc = plpar_resize_hpt_prepare(0, shift);
|
||||||
};
|
}
|
||||||
|
|
||||||
switch (rc) {
|
switch (rc) {
|
||||||
case H_SUCCESS:
|
case H_SUCCESS:
|
||||||
|
Reference in New Issue
Block a user