Reformat remaining comments to use the preferred style for single-line
and block comments.

Signed-off-by: Ian Abbott <abbo...@mev.co.uk>
---
 drivers/staging/comedi/drivers/das08.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/comedi/drivers/das08.h 
b/drivers/staging/comedi/drivers/das08.h
index 388855e..b904b5e 100644
--- a/drivers/staging/comedi/drivers/das08.h
+++ b/drivers/staging/comedi/drivers/das08.h
@@ -36,13 +36,12 @@ struct das08_board_struct {
        unsigned int do_nchan;
        unsigned int i8255_offset;
        unsigned int i8254_offset;
-       unsigned int iosize;    /*  number of ioports used */
+       unsigned int iosize;    /* number of ioports used */
 };
 
 struct das08_private_struct {
-       unsigned int do_mux_bits;       /*  bits for do/mux register on boards
-                                        *  without separate do register
-                                        */
+       /* bits for do/mux register on boards without separate do register */
+       unsigned int do_mux_bits;
        const unsigned int *pg_gainlist;
 };
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to