dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/batman-adv
Sven Eckelmann a8a0a62d1f batman-adv: Transform BATADV_LOG_BUFF(idx) into function
The linux Documentation/CodingStyle says that:
 * Chapter 12: "inline functions are preferable to macros resembling functions"
 * Chapter 12.2: Depending on local variables with a magic name is bad
 * Chapter 12.3: Macros with arguments used as l-value are bad

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2012-07-01 22:47:22 +02:00
..
Kconfig batman-adv: add bridge loop avoidance compile option 2012-04-11 14:29:00 +02:00
Makefile batman-adv: add bridge loop avoidance compile option 2012-04-11 14:29:00 +02:00
bat_algo.h batman-adv: Reformat multiline comments to consistent style 2012-06-20 22:15:33 +02:00
bat_debugfs.c batman-adv: Transform BATADV_LOG_BUFF(idx) into function 2012-07-01 22:47:22 +02:00
bat_debugfs.h batman-adv: Prefix debugfs defines with BATADV_ 2012-06-28 08:44:54 +02:00
bat_iv_ogm.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
bat_sysfs.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
bat_sysfs.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
bitarray.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
bitarray.h batman-adv: Prefix main defines with BATADV_ 2012-06-28 08:45:05 +02:00
bridge_loop_avoidance.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
bridge_loop_avoidance.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
gateway_client.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
gateway_client.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
gateway_common.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
gateway_common.h batman-adv: Prefix gateway enum with BATADV_ 2012-07-01 22:47:18 +02:00
hard-interface.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
hard-interface.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
hash.c batman-adv: Prefix hash struct and typedef with batadv_ 2012-07-01 22:47:20 +02:00
hash.h batman-adv: Prefix hash struct and typedef with batadv_ 2012-07-01 22:47:20 +02:00
icmp_socket.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
icmp_socket.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
main.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
main.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
originator.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
originator.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
packet.h batman-adv: Prefix packet structs with batadv_ 2012-07-01 22:47:21 +02:00
ring_buffer.c batman-adv: Prefix main defines with BATADV_ 2012-06-28 08:45:05 +02:00
ring_buffer.h batman-adv: Reformat multiline comments to consistent style 2012-06-20 22:15:33 +02:00
routing.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
routing.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
send.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
send.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
soft-interface.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
soft-interface.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
translation-table.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
translation-table.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
types.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
unicast.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
unicast.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
vis.c batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00
vis.h batman-adv: Prefix types structs with batadv_ 2012-07-01 22:47:21 +02:00