projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb75fc5
)
staging: unisys: fix formatting in timskmod.h
author
Benjamin Romer
<
[email protected]
>
Tue, 5 Aug 2014 18:57:46 +0000
(14:57 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 16 Aug 2014 19:23:07 +0000
(12:23 -0700)
Fix all whitespace formatting issues in timskmod.h.
Signed-off-by: Benjamin Romer <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/unisys/include/timskmod.h
patch
|
blob
|
history
diff --git
a/drivers/staging/unisys/include/timskmod.h
b/drivers/staging/unisys/include/timskmod.h
index b20fc9dfc4a7ed55c8dd246f3358587817c8967a..59144ba3c40ba3433dc8bc2eb5df79b5cedcaae5 100644
(file)
--- 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;