From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752064Ab2EFGpp (ORCPT ); Sun, 6 May 2012 02:45:45 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:32085 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751917Ab2EFGpS (ORCPT ); Sun, 6 May 2012 02:45:18 -0400 Date: Sun, 6 May 2012 09:45:38 +0300 From: Dan Carpenter To: Johannes Thumshirn Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, stefanha@gmail.com, andor.daam@googlemail.com, grabner@icg.tugraz.at, jj@chaosbits.net, thomas@m3y3r.de Subject: Re: [PATCH 3/8] drivers/staging/line6/variax.c: Change strict_strtoul to kstrtoul Message-ID: <20120506064538.GL22134@mwanda> References: <1336228312-5379-1-git-send-email-morbidrsa@googlemail.com> <1336228312-5379-4-git-send-email-morbidrsa@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1336228312-5379-4-git-send-email-morbidrsa@googlemail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 05, 2012 at 04:31:47PM +0200, Johannes Thumshirn wrote: > Changed strict_strtoul() call to kstrtoul to make checkpatch.pl happy > Re-review this. Mostly use kstrtou8(). regards, dan carpenter