public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Bunch of fixes related to custom atoi() implementation
@ 2010-01-14 13:07 Andy Shevchenko
  2010-01-14 13:07 ` [PATCH 1/3] Fix minor spelling error in comments Andy Shevchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Shevchenko @ 2010-01-14 13:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andy Shevchenko

From: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>

There are few fixes that substitute custom implementation of atoi() by
simple_strtol() kernel's method.

Andy Shevchenko (3):
  Fix minor spelling error in comments
  drm: Don't use own implementation of atoi()
  staging: don't use custom implementation of atoi()

 arch/x86/mm/gup.c                       |    2 +-
 drivers/gpu/drm/drm_fb_helper.c         |   24 ++--------
 drivers/staging/wlags49_h2/wl_main.c    |    2 +-
 drivers/staging/wlags49_h2/wl_profile.c |   76 +++++++++++++++---------------
 drivers/staging/wlags49_h2/wl_util.c    |   49 --------------------
 drivers/staging/wlags49_h2/wl_util.h    |    2 -
 6 files changed, 45 insertions(+), 110 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-14 13:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14 13:07 [PATCH 0/3] Bunch of fixes related to custom atoi() implementation Andy Shevchenko
2010-01-14 13:07 ` [PATCH 1/3] Fix minor spelling error in comments Andy Shevchenko
2010-01-14 13:07 ` [PATCH 2/3] drm: Don't use own implementation of atoi() Andy Shevchenko
2010-01-14 13:07 ` [PATCH 3/3] staging: don't use custom " Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox