From: Guenter Roeck <guenter.roeck@ericsson.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH 17/17 v3] hwmon: (i5k_amb) fix checkpatch
Date: Mon, 09 Jan 2012 01:48:36 +0000 [thread overview]
Message-ID: <20120109014836.GA25268@ericsson.com> (raw)
In-Reply-To: <1326047660-20539-17-git-send-email-fransmeulenbroeks@gmail.com>
On Sun, Jan 08, 2012 at 01:34:20PM -0500, Frans Meulenbroeks wrote:
> fixed:
> WARNING: simple_strtoul is obsolete, use kstrtoul instead
> #162: FILE: i5k_amb.c:162:
> + unsigned long temp = simple_strtoul(buf, NULL, 10) / 500;
>
> WARNING: simple_strtoul is obsolete, use kstrtoul instead
> #178: FILE: i5k_amb.c:178:
> + unsigned long temp = simple_strtoul(buf, NULL, 10) / 500;
>
> WARNING: simple_strtoul is obsolete, use kstrtoul instead
> #194: FILE: i5k_amb.c:194:
> + unsigned long temp = simple_strtoul(buf, NULL, 10) / 500;
>
> total: 0 errors, 3 warnings, 609 lines checked
>
> i5k_amb.c has style problems, please review.
>
> If any of these errors are false positives, please report
> them to the maintainer, see CHECKPATCH in MAINTAINERS.
> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
> ---
Hi Frans,
I applied the entire series. I'll have to wait until the commit window closes
before I can push it to my kernel.org repository. For now, the up-to-date
repository is available at git://github.com/groeck/linux.git (branch hwmon or hwmon-next).
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2012-01-09 1:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-08 18:34 [lm-sensors] [PATCH 17/17 v3] hwmon: (i5k_amb) fix checkpatch issues Frans Meulenbroeks
2012-01-09 1:48 ` Guenter Roeck [this message]
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=20120109014836.GA25268@ericsson.com \
--to=guenter.roeck@ericsson.com \
--cc=lm-sensors@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.