From: <gregkh@suse.de>
To: rdunlap@xenotime.net, akpm@osdl.org, greg@kroah.com,
gregkh@suse.de, linux-kernel@vger.kernel.org
Subject: patch usbnet-printk-format-warning.patch added to gregkh-2.6 tree
Date: Mon, 07 Aug 2006 17:23:21 -0700 [thread overview]
Message-ID: <20060808002324.66A867B311C@imap.suse.de> (raw)
In-Reply-To: <20060807155640.63e59e6b.rdunlap@xenotime.net>
This is a note to let you know that I've just added the patch titled
Subject: usbnet: printk format warning
to my gregkh-2.6 tree. Its filename is
usbnet-printk-format-warning.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From rdunlap@xenotime.net Mon Aug 7 15:56:22 2006
Date: Mon, 7 Aug 2006 15:56:40 -0700
From: "Randy.Dunlap" <rdunlap@xenotime.net>
To: lkml <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@osdl.org>, gregkh <greg@kroah.com>
Subject: usbnet: printk format warning
Message-Id: <20060807155640.63e59e6b.rdunlap@xenotime.net>
From: Randy Dunlap <rdunlap@xenotime.net>
Fix printk format warning(s):
drivers/usb/net/usbnet.c:654: warning: int format, different type arg (arg 3)
Can't say that I understand this one...
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/usb/net/usbnet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- gregkh-2.6.orig/drivers/usb/net/usbnet.c
+++ gregkh-2.6/drivers/usb/net/usbnet.c
@@ -652,7 +652,7 @@ static int usbnet_open (struct net_devic
framing = "simple";
devinfo (dev, "open: enable queueing "
- "(rx %d, tx %d) mtu %d %s framing",
+ "(rx %ld, tx %d) mtu %u %s framing",
RX_QLEN (dev), TX_QLEN (dev), dev->net->mtu,
framing);
}
Patches currently in gregkh-2.6 which might be from rdunlap@xenotime.net are
driver/driver-core-fix-driver-core-kernel-doc.patch
driver/debugfs-kernel-doc-fixes-for-debugfs.patch
usb/usbnet-printk-format-warning.patch
next prev parent reply other threads:[~2006-08-08 0:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-07 22:47 [PATCH -mm 1/5] nbd: printk format warning Randy.Dunlap
2006-08-07 22:50 ` [PATCH -mm 2/5] cachefiles: " Randy.Dunlap
2006-08-07 22:52 ` [PATCH -mm 3/5] MTD: " Randy.Dunlap
2006-08-07 22:54 ` [PATCH -mm 4/5] scsi-target: printk format warnings Randy.Dunlap
2006-08-07 22:56 ` [PATCH -mm 5/5] usbnet: printk format warning Randy.Dunlap
2006-08-08 0:23 ` gregkh [this message]
2006-08-08 3:29 ` Andrew Morton
2006-08-08 9:01 ` [PATCH -mm 2/5] cachefiles: " David Howells
2006-08-07 23:07 ` [PATCH -mm 1/5] nbd: " Pavel Machek
2006-08-07 23:31 ` Randy.Dunlap
2006-08-07 23:31 ` Pavel Machek
2006-08-07 23:43 ` Randy.Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060808002324.66A867B311C@imap.suse.de \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox