public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Daniel Walter <dwalter@google.com>
To: linux-kernel@vger.kernel.org
Cc: richard@nod.at, dwalter@google.com
Subject: [PATCH 00/12] Remove obsolete strict_strto calls
Date: Mon, 26 May 2014 22:57:44 +0100	[thread overview]
Message-ID: <20140526215744.GB25779@google.com> (raw)

From: Daniel Walter <dwalter@google.com>

Replace all calls to strict_strto* functions with appropriate
calls to kstrto*.
Remove definition of strict_strto* functions

All patches apply against current linux git tree

Daniel Walter (12):
  [arch/tile] replace strict_strto* call with kstrto*
  [arch/arm/omap2] replace strict_strto* with kstrto*
  [arch/arm/mach-pxa] replace strict_strto call with kstrto
  [arch/arm/mach-s3c24xx] replace strict_strto* with kstrto*
  [arch/arm/mach-w90x900] replace obsolete strict_strto
  [arch/mips/alchemy] replace obsolete strict_strto
  [arch/mips] replace obsolete strict_strto calls
  [arch/powerpc] replace obsolete strict_strto* calls
  [arch/x86] replace strict_strto calls
  [drivers/scsi] replace strict_strto calls
  [net/sunrpc] replace strict_strto calls
  [include/linux] remove strict_strto* definitions

 arch/arm/mach-omap2/board-omap3touchbook.c |  2 +-
 arch/arm/mach-omap2/mux.c                  | 22 ++++++----------------
 arch/arm/mach-pxa/balloon3.c               |  2 +-
 arch/arm/mach-pxa/viper.c                  |  2 +-
 arch/arm/mach-s3c24xx/mach-jive.c          |  2 +-
 arch/arm/mach-w90x900/cpu.c                |  3 ++-
 arch/mips/alchemy/board-xxs1500.c          |  2 +-
 arch/mips/alchemy/devboards/pm.c           |  4 ++--
 arch/mips/pci/ops-tx4927.c                 |  9 ++++++---
 arch/mips/txx9/generic/setup.c             |  4 ++--
 arch/powerpc/kernel/setup_64.c             |  6 +++---
 arch/powerpc/kernel/vio.c                  |  2 +-
 arch/powerpc/platforms/pseries/dlpar.c     |  4 ++--
 arch/powerpc/platforms/pseries/mobility.c  |  2 +-
 arch/tile/kernel/setup.c                   |  7 ++-----
 arch/tile/kernel/signal.c                  |  7 +++----
 arch/tile/kernel/traps.c                   |  5 ++---
 arch/tile/mm/init.c                        |  2 +-
 arch/x86/kernel/cpu/intel_cacheinfo.c      |  4 ++--
 arch/x86/kernel/cpu/mcheck/mce.c           |  6 +++---
 arch/x86/kernel/cpu/mcheck/mce_amd.c       |  4 ++--
 arch/x86/kvm/mmu_audit.c                   |  2 +-
 arch/x86/platform/uv/tlb_uv.c              |  2 +-
 drivers/scsi/pmcraid.c                     |  4 ++--
 drivers/scsi/scsi_sysfs.c                  |  4 ++--
 include/linux/kernel.h                     |  4 ----
 net/sunrpc/addr.c                          | 16 ++++++----------
 net/sunrpc/auth.c                          |  2 +-
 net/sunrpc/xprtsock.c                      |  4 ++--
 29 files changed, 60 insertions(+), 79 deletions(-)

-- 
1.9.3


                 reply	other threads:[~2014-05-26 21:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140526215744.GB25779@google.com \
    --to=dwalter@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard@nod.at \
    /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