summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/ring_buffer.c
diff options
context:
space:
mode:
authorSven Eckelmann2012-05-12 02:09:43 +0200
committerAntonio Quartulli2012-06-20 22:15:33 +0200
commit9cfc7bd608b97463993b4f3e4775d99022253f8d (patch)
treefcfcf1e714a91943a740dcaa2744ee66448f9f73 /net/batman-adv/ring_buffer.c
parentbatman-adv: Prefix main non-static functions with batadv_ (diff)
downloadkernel-qcow2-linux-9cfc7bd608b97463993b4f3e4775d99022253f8d.tar.gz
kernel-qcow2-linux-9cfc7bd608b97463993b4f3e4775d99022253f8d.tar.xz
kernel-qcow2-linux-9cfc7bd608b97463993b4f3e4775d99022253f8d.zip
batman-adv: Reformat multiline comments to consistent style
batman-adv doesn't follow the style for multiline comments that David S. Miller prefers. All comments should be reformatted to follow this consistent style to make the code slightly more readable. Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/ring_buffer.c')
-rw-r--r--net/batman-adv/ring_buffer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/batman-adv/ring_buffer.c b/net/batman-adv/ring_buffer.c
index db8f5ef83d3e..aff1ca2990f1 100644
--- a/net/batman-adv/ring_buffer.c
+++ b/net/batman-adv/ring_buffer.c
@@ -1,5 +1,4 @@
-/*
- * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
@@ -16,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA
- *
*/
#include "main.h"