Staging: vt6656: Correct usage of braces
Conforming to the linux coding style guidelines, a single line block of an if statement does not require curly braces unless another block of the if cascade requires them. Therefore unnecessary curly braces are removed by this patch and missing ones are added. Signed-off-by: NSebastian Rachuj <sebastian.rachuj@studium.uni-erlangen.de> Signed-off-by: NSimon Schuster <linux@rationality.eu> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
想要评论请 注册 或 登录