Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1510310

[PATCH 0/2] Avoid namespace collision within macros

From Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Avoid namespace collision within macros
Date 2016-10-27 16:40 +0200
Message-ID <swTxw-2VB-29@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi All,

   The readx_poll_timeout & similar macros defines "ktime timeout" local
   variable. Fixed this potential namespace collision issue.

   This patchset is based on top of latest linux repo

   commit 9fe68cad6e74967b88d0c6aeca7d9cd6b6e91942

Thanks,
Ramesh

Ramesh Shanmugasundaram (2):
  iopoll: Avoid namespace collision within macros
  regmap: Avoid namespace collision within macro

 include/linux/iopoll.h | 8 ++++----
 include/linux/regmap.h | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 0/2] Avoid namespace collision within macros Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> - 2016-10-27 16:40 +0200

csiph-web