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:	Wed, 31 Jul 2013 17:18:51 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	kda@...ux-powerpc.org
Cc:	venza@...wnhat.org, netdev@...r.kernel.org
Subject: Re: [PATCH] sis900: Fix the tx queue timeout issue

From: David Miller <davem@...emloft.net>
Date: Wed, 31 Jul 2013 17:17:38 -0700 (PDT)

> From: Denis Kirjanov <kda@...ux-powerpc.org>
> Date: Wed, 31 Jul 2013 18:43:02 +0400
> 
>> +			printk(KERN_DEBUG "%s: Auto negotiation in progress\n",
>> +					net_dev->name);
> 
> Please use "pr_debug()"

Or even better "netdev_debug()", that way you don't need the
"%s: " prefix in the string at all.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists