mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
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>
This commit is contained in:
parent
fb75fc5c0b
commit
e5700df523
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user