Move final */ to the next line, in accordance with the suggestion of
checkpatch
Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        /* Enable requested */
        } else if (state && !currentlyset) {
                /* If not set, enable requested
-                * first disable all events */
+                * first disable all events
+                */
                ret = lis3l02dq_disable_all_events(indio_dev);
                if (ret < 0)
                        goto error_ret;
        int i;
 
        /* If gpio still high (or high again)
-        * In theory possible we will need to do this several times */
+        * In theory possible we will need to do this several times
+        */
        for (i = 0; i < 5; i++)
                if (gpio_get_value(st->gpio))
                        lis3l02dq_read_all(indio_dev, NULL);