space required before the open parenthesis, open brace should be
on previous line.
Signed-off-by: Xiangyang Zhang <xyz.sun.ok@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        if (retval < 0)
                return retval;
 
-       switch(retval)
-       {
-               case 0x24:
-                       dev_dbg(&spi->dev, "found pi433 (ver. 0x%x)", retval);
-                       break;
-               default:
-                       dev_dbg(&spi->dev, "unknown chip version: 0x%x", retval);
-                       return -ENODEV;
+       switch (retval) {
+       case 0x24:
+               dev_dbg(&spi->dev, "found pi433 (ver. 0x%x)", retval);
+               break;
+       default:
+               dev_dbg(&spi->dev, "unknown chip version: 0x%x", retval);
+               return -ENODEV;
        }
 
        /* Allocate driver data */