Searched hist:"422 d2f77803d85477df72f3153e85fd2b8c6b9e9" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/batman-adv/ |
H A D | bat_v.c | diff 422d2f77803d85477df72f3153e85fd2b8c6b9e9 Sun Jul 24 17:42:44 CDT 2016 Sven Eckelmann <sven@narfation.org> batman-adv: Remove needless init of variables on stack
Some variables are overwritten immediatelly in a functions. These don't have to be initialized to a specific value on the stack because the value will be overwritten before they will be used anywhere.
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
|
H A D | bat_v_ogm.c | diff 422d2f77803d85477df72f3153e85fd2b8c6b9e9 Sun Jul 24 17:42:44 CDT 2016 Sven Eckelmann <sven@narfation.org> batman-adv: Remove needless init of variables on stack
Some variables are overwritten immediatelly in a functions. These don't have to be initialized to a specific value on the stack because the value will be overwritten before they will be used anywhere.
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
|
H A D | fragmentation.c | diff 422d2f77803d85477df72f3153e85fd2b8c6b9e9 Sun Jul 24 17:42:44 CDT 2016 Sven Eckelmann <sven@narfation.org> batman-adv: Remove needless init of variables on stack
Some variables are overwritten immediatelly in a functions. These don't have to be initialized to a specific value on the stack because the value will be overwritten before they will be used anywhere.
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
|
H A D | send.c | diff 422d2f77803d85477df72f3153e85fd2b8c6b9e9 Sun Jul 24 17:42:44 CDT 2016 Sven Eckelmann <sven@narfation.org> batman-adv: Remove needless init of variables on stack
Some variables are overwritten immediatelly in a functions. These don't have to be initialized to a specific value on the stack because the value will be overwritten before they will be used anywhere.
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
|
H A D | gateway_client.c | diff 422d2f77803d85477df72f3153e85fd2b8c6b9e9 Sun Jul 24 17:42:44 CDT 2016 Sven Eckelmann <sven@narfation.org> batman-adv: Remove needless init of variables on stack
Some variables are overwritten immediatelly in a functions. These don't have to be initialized to a specific value on the stack because the value will be overwritten before they will be used anywhere.
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
|
H A D | originator.c | diff 422d2f77803d85477df72f3153e85fd2b8c6b9e9 Sun Jul 24 17:42:44 CDT 2016 Sven Eckelmann <sven@narfation.org> batman-adv: Remove needless init of variables on stack
Some variables are overwritten immediatelly in a functions. These don't have to be initialized to a specific value on the stack because the value will be overwritten before they will be used anywhere.
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
|