diff options
| author | Benjamin Romer <benjamin.romer@unisys.com> | 2014-08-05 22:57:46 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-16 23:23:07 +0400 |
| commit | e5700df5238577e4e570d08a8ee1aa126731dae7 (patch) | |
| tree | b54941084d46c920ec774e525eb0354c62ecf594 | |
| parent | fb75fc5c0b461a971ea82b169e65fb4d07b5fa01 (diff) | |
| download | linux-e5700df5238577e4e570d08a8ee1aa126731dae7.tar.xz | |
staging: unisys: fix formatting in timskmod.h
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>
| -rw-r--r-- | drivers/staging/unisys/include/timskmod.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
