From: Benjamin Romer <benjamin.romer@unisys.com>
Date: Tue, 5 Aug 2014 18:57:46 +0000 (-0400)
Subject: staging: unisys: fix formatting in timskmod.h
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e5700df5238577e4e570d08a8ee1aa126731dae7;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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>
---

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;