[2/3] batman-adv: fix wrong alignment for batadv_originators_hardif_open

Message ID 1385298345-13746-2-git-send-email-sw@simonwunderlich.de (mailing list archive)
State Accepted, archived
Commit dd510526e0c72640417fbcfbce56eeb49ccff89a
Headers

Commit Message

Simon Wunderlich Nov. 24, 2013, 1:05 p.m. UTC
  From: Simon Wunderlich <simon@open-mesh.com>

Introduced in my commit f13f960797fd1969b3c0470cc97435ddfb6aecb4
("batman-adv: add debugfs support to view multiif tables")

Signed-off-by: Simon Wunderlich <simon@open-mesh.com>
---
 debugfs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Marek Lindner Nov. 25, 2013, 5:49 p.m. UTC | #1
On Sunday 24 November 2013 14:05:44 Simon Wunderlich wrote:
> From: Simon Wunderlich <simon@open-mesh.com>
> 
> Introduced in my commit f13f960797fd1969b3c0470cc97435ddfb6aecb4
> ("batman-adv: add debugfs support to view multiif tables")
> 
> Signed-off-by: Simon Wunderlich <simon@open-mesh.com>
> ---
>  debugfs.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied in revision dd51052.

Thanks,
Marek
  

Patch

diff --git a/debugfs.c b/debugfs.c
index cd5d24a..fcdb51b 100644
--- a/debugfs.c
+++ b/debugfs.c
@@ -252,7 +252,7 @@  static int batadv_originators_open(struct inode *inode, struct file *file)
  * @file: pointer to the seq_file
  */
 static int batadv_originators_hardif_open(struct inode *inode,
-					   struct file *file)
+					  struct file *file)
 {
 	struct net_device *net_dev = (struct net_device *)inode->i_private;
 	return single_open(file, batadv_orig_hardif_seq_print_text, net_dev);