Fix checkpatch warnings:
"WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable"

Cc: Thomas Gleixner <t...@linutronix.de>
Cc: Andrew Morton <a...@linux-foundation.org>
Signed-off-by: Fabian Frederick <f...@skynet.be>
---
 kernel/hrtimer.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 14f9030..1eccb98 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -292,7 +292,6 @@ ktime_t ktime_add_ns(const ktime_t kt, u64 nsec)
 
        return ktime_add(kt, tmp);
 }
-
 EXPORT_SYMBOL_GPL(ktime_add_ns);
 
 /**
@@ -316,7 +315,6 @@ ktime_t ktime_sub_ns(const ktime_t kt, u64 nsec)
 
        return ktime_sub(kt, tmp);
 }
-
 EXPORT_SYMBOL_GPL(ktime_sub_ns);
 # endif /* !CONFIG_KTIME_SCALAR */
 
@@ -357,7 +355,6 @@ ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs)
 
        return res;
 }
-
 EXPORT_SYMBOL_GPL(ktime_add_safe);
 
 #ifdef CONFIG_DEBUG_OBJECTS_TIMERS
-- 
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to