[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1347891481-18086-1-git-send-email-shubhrajyoti@ti.com>
Date:	Mon, 17 Sep 2012 19:47:59 +0530
From:	Shubhrajyoti D <shubhrajyoti@...com>
To:	<linux-input@...r.kernel.org>
CC:	<linux-kernel@...r.kernel.org>, <julia.lawall@...6.fr>,
	Shubhrajyoti D <shubhrajyoti@...com>
Subject: [PATCH 0/2] input: convert to c99 format
The series tries to convert the i2c_msg to c99 struct.
This may avoid issues like below if someone tries to add an
element to the structure.
http://www.mail-archive.com/linux-i2c@vger.kernel.org/msg08972.html
Special thanks to Julia Lawall for helping it automate.
By the below script.
http://www.mail-archive.com/cocci@diku.dk/msg02753.html
Checkpatch warn of more than 80 chars have been ignored.
 
Shubhrajyoti D (2):
  input: Convert struct i2c_msg initialization to C99 format
  input: Convert struct i2c_msg initialization to C99 format
 drivers/input/joystick/as5011.c           |    6 +++---
 drivers/input/touchscreen/cy8ctmg110_ts.c |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
-- 
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
