lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 14 Jul 2014 01:06:06 -0700
From:	Joe Perches <joe@...ches.com>
To:	varkabhadram@...il.com
Cc:	netdev@...r.kernel.org, Thomas.Lendacky@....com,
	geert+renesas@...ux-m68k.org, ebiederm@...ssion.com,
	macro@...ux-mips.org, linux-kernel@...r.kernel.org,
	davem@...emloft.net, Varka Bhadram <varkab@...c.in>
Subject: Re: [PATCH net-next v2 3/6] ethernet: amd: dynamic debug fixes

On Mon, 2014-07-14 at 11:55 +0530, varkabhadram@...il.com wrote:
> From: Varka Bhadram <varkab@...c.in>
[]
> diff --git a/drivers/net/ethernet/amd/amd8111e.c b/drivers/net/ethernet/amd/amd8111e.c
[]
> @@ -501,8 +501,7 @@ static int amd8111e_restart(struct net_device *dev)
>  
>  	/* Enable interrupt coalesce */
>  	if(lp->options & OPTION_INTR_COAL_ENABLE){
> -		printk(KERN_INFO "%s: Interrupt Coalescing Enabled.\n",
> -								dev->name);
> +		netdev_info(dev, "Interrupt Coalescing Enabled");

This needs a terminating newlines.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists