• Joe Perches's avatar
    net: esp: Convert NETDEBUG to pr_info · 45083497
    Joe Perches authored
    Commit 64ce2073 ("[NET]: Make NETDEBUG pure printk wrappers")
    originally had these NETDEBUG printks as always emitting.
    
    Commit a2a316fd ("[NET]: Replace CONFIG_NET_DEBUG with sysctl")
    added a net_msg_warn sysctl to these NETDEBUG uses.
    
    Convert these NETDEBUG uses to normal pr_info calls.
    
    This changes the output prefix from "ESP: " to include
    "IPSec: " for the ipv4 case and "IPv6: " for the ipv6 case.
    
    These output lines are now like the other messages in the files.
    
    Other miscellanea:
    
    Neaten the arithmetic spacing to be consistent with other
    arithmetic spacing in the files.
    Signed-off-by: default avatarJoe Perches <joe@perches.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    45083497
esp4.c 16.4 KB