OSDN Git Service

staging: ft1000: code style cleanup
authorLucas Georges <lucas.georges@outlook.com>
Mon, 14 Sep 2015 14:52:35 +0000 (16:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Sep 2015 13:33:30 +0000 (06:33 -0700)
There was a stray '*' in a comment block.

Signed-off-by: Lucas Georges <lucas.georges@outlook.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c

index 9620970..9ea32ce 100644 (file)
@@ -1546,7 +1546,7 @@ int ft1000_poll(void *dev_id)
                                               FT1000_REG_MAG_WATERMARK);
                        /* ring doorbell to tell DSP that
                         * ASIC is out of reset
-                        * */
+                        */
                        status = ft1000_write_register(dev,
                                                       FT1000_ASIC_RESET_DSP,
                                                       FT1000_REG_DOORBELL);