mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
batman-adv: Prefix icmp_socket defines with BATADV_
Reported-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
parent
97ea4ba1f9
commit
64346643e8
@ -282,7 +282,7 @@ int batadv_socket_setup(struct bat_priv *bat_priv)
|
||||
if (!bat_priv->debug_dir)
|
||||
goto err;
|
||||
|
||||
d = debugfs_create_file(ICMP_SOCKET, S_IFREG | S_IWUSR | S_IRUSR,
|
||||
d = debugfs_create_file(BATADV_ICMP_SOCKET, S_IFREG | S_IWUSR | S_IRUSR,
|
||||
bat_priv->debug_dir, bat_priv, &batadv_fops);
|
||||
if (!d)
|
||||
goto err;
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef _NET_BATMAN_ADV_ICMP_SOCKET_H_
|
||||
#define _NET_BATMAN_ADV_ICMP_SOCKET_H_
|
||||
|
||||
#define ICMP_SOCKET "socket"
|
||||
#define BATADV_ICMP_SOCKET "socket"
|
||||
|
||||
void batadv_socket_init(void);
|
||||
int batadv_socket_setup(struct bat_priv *bat_priv);
|
||||
|
Loading…
Reference in New Issue
Block a user