public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: checkpatch - wrong alignment
@ 2015-02-19 16:02 Marek Lindner
  2015-02-20 11:57 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Lindner @ 2015-02-19 16:02 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Marek Lindner

Introduced by fe67bb41f0e1647c3b05aeb4b736a1171bff496b
("batman-adv: debugfs, avoid compiling for !DEBUG_FS")

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
---
 debugfs.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debugfs.h b/debugfs.h
index 5db336a..421f092 100644
--- a/debugfs.h
+++ b/debugfs.h
@@ -48,14 +48,14 @@ static inline void batadv_debugfs_del_meshif(struct net_device *dev)
 {
 }
 
-static inline int batadv_debugfs_add_hardif(
-		struct batadv_hard_iface *hard_iface)
+static inline
+int batadv_debugfs_add_hardif(struct batadv_hard_iface *hard_iface)
 {
 	return 0;
 }
 
-static inline void batadv_debugfs_del_hardif(
-		struct batadv_hard_iface *hard_iface)
+static inline
+void batadv_debugfs_del_hardif(struct batadv_hard_iface *hard_iface)
 {
 }
 
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: checkpatch - wrong alignment
  2015-02-19 16:02 [B.A.T.M.A.N.] [PATCH] batman-adv: checkpatch - wrong alignment Marek Lindner
@ 2015-02-20 11:57 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2015-02-20 11:57 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

On Friday, February 20, 2015 00:02:45 Marek Lindner wrote:
> Introduced by fe67bb41f0e1647c3b05aeb4b736a1171bff496b
> ("batman-adv: debugfs, avoid compiling for !DEBUG_FS")
> 
> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
> ---
>  debugfs.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied in revision 2f9d8a2.

Regards,
Marek

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-20 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 16:02 [B.A.T.M.A.N.] [PATCH] batman-adv: checkpatch - wrong alignment Marek Lindner
2015-02-20 11:57 ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox