staging: unisys: fix formatting in timskmod.h
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 5 Aug 2014 18:57:46 +0000 (14:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:07 +0000 (12:23 -0700)
Fix all whitespace formatting issues in timskmod.h.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/timskmod.h

index b20fc9dfc4a7ed55c8dd246f3358587817c8967a..59144ba3c40ba3433dc8bc2eb5df79b5cedcaae5 100644 (file)
@@ -293,6 +293,7 @@ static inline struct cdev *cdev_alloc_init(struct module *owner,
                                           const struct file_operations *fops)
 {
        struct cdev *cdev = NULL;
+
        cdev = cdev_alloc();
        if (!cdev)
                return NULL;