diff options
author | Sven Eckelmann <sven@narfation.org> | 2025-02-02 13:39:32 +0100 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2025-02-22 11:36:22 +0100 |
commit | 94433355027db60005551310975de94978549783 (patch) | |
tree | cc8966a67ffdc67810d34a6b2ada3ed308777fd7 /drivers/fpga/fpga-region.c | |
parent | 1666951c4424205d700143a55d75ced4982afb21 (diff) |
batman-adv: Use consistent name for mesh interface
The way how the virtual interface is called inside the batman-adv source
code is not consistent. The genl headers call it meshif and the rest of the
code calls is (mostly) softif.
The genl definitions cannot be touched because they are part of the UAPI.
But the rest of the batman-adv code can be touched to have a consistent
name again.
The bulk of the renaming was done using
sed -i -e 's/soft\(-\|\_\| \|\)i\([nf]\)/mesh\1i\2/g' \
-e 's/SOFT\(-\|\_\| \|\)I\([NF]\)/MESH\1I\2/g'
and then it was adjusted slightly when proofreading the changes.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'drivers/fpga/fpga-region.c')
0 files changed, 0 insertions, 0 deletions