From e5700df5238577e4e570d08a8ee1aa126731dae7 Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Tue, 5 Aug 2014 14:57:46 -0400 Subject: [PATCH] staging: unisys: fix formatting in timskmod.h Fix all whitespace formatting issues in timskmod.h. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/include/timskmod.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/unisys/include/timskmod.h b/drivers/staging/unisys/include/timskmod.h index b20fc9dfc4a7..59144ba3c40b 100644 --- a/drivers/staging/unisys/include/timskmod.h +++ b/drivers/staging/unisys/include/timskmod.h @@ -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; -- 2.11.0