From: Ben Collins <bcollins@debian.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: sebastien.bouchard@ca.kontron.com, mark.gross@intel.com,
akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: PATCH: cleanup printk and a 32/64bitism
Date: Fri, 21 Oct 2005 05:52:27 -0700 [thread overview]
Message-ID: <20051021125227.GC21649@swissdisk.com> (raw)
In-Reply-To: <1129901178.26367.37.camel@localhost.localdomain>
> ret = misc_register(&tlclk_miscdev);
> if (ret < 0) {
> - printk(KERN_ERR " misc_register retruns %d\n", ret);
> + printk(KERN_ERR "tlclk: misc_register returns %d.\n", ret);
> ret = -EBUSY;
> goto out3;
> }
Since you're getting nitpicky with this patch, then hopefully this
correction is ok :)
printk(KERN_ERR "tlclk: misc_register returned %d.\n", ret);
^^
--
Ubuntu - http://www.ubuntu.com/
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
SwissDisk - http://www.swissdisk.com/
next prev parent reply other threads:[~2005-10-21 14:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-21 13:26 Alan Cox
2005-10-21 12:52 ` Ben Collins [this message]
2005-10-21 14:16 ` Mark Gross
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=20051021125227.GC21649@swissdisk.com \
--to=bcollins@debian.org \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.gross@intel.com \
--cc=sebastien.bouchard@ca.kontron.com \
/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
Powered by JetHome