This string pointer is later assigned to a constant string, so it should
be defined constant at the beginning.

Signed-off-by: Markus Pargmann <[email protected]>
---
 bat_iv_ogm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c
index b267afab65bb..4801619c4da5 100644
--- a/bat_iv_ogm.c
+++ b/bat_iv_ogm.c
@@ -411,7 +411,7 @@ static void batadv_iv_ogm_send_to_if(struct 
batadv_forw_packet *forw_packet,
                                     struct batadv_hard_iface *hard_iface)
 {
        struct batadv_priv *bat_priv = netdev_priv(hard_iface->soft_iface);
-       char *fwd_str;
+       const char *fwd_str;
        uint8_t packet_num;
        int16_t buff_pos;
        struct batadv_ogm_packet *batadv_ogm_packet;
-- 
2.1.3

Reply via email to