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


Groups > linux.kernel > #1499076 > unrolled thread

[PATCH 1/5] i2c: i2c-piix4: coding style fix - '*' adjacent to data name

Started byCarlos Palminha <CARLOS.PALMINHA@synopsys.com>
First post2016-10-11 19:50 +0200
Last post2016-10-11 19:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/5] i2c: i2c-piix4: coding style fix - '*' adjacent to data name Carlos Palminha <CARLOS.PALMINHA@synopsys.com> - 2016-10-11 19:50 +0200

#1499076 — [PATCH 1/5] i2c: i2c-piix4: coding style fix - '*' adjacent to data name

FromCarlos Palminha <CARLOS.PALMINHA@synopsys.com>
Date2016-10-11 19:50 +0200
Subject[PATCH 1/5] i2c: i2c-piix4: coding style fix - '*' adjacent to data name
Message-ID<sr9lD-1cs-1@gated-at.bofh.it>
Signed-off-by: Carlos Palminha <palminha@synopsys.com>
---
 drivers/i2c/busses/i2c-piix4.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c
index c2268cd..6b55a8e 100644
--- a/drivers/i2c/busses/i2c-piix4.c
+++ b/drivers/i2c/busses/i2c-piix4.c
@@ -482,9 +482,9 @@ static int piix4_transaction(struct i2c_adapter *piix4_adapter)
 }
 
 /* Return negative errno on error. */
-static s32 piix4_access(struct i2c_adapter * adap, u16 addr,
+static s32 piix4_access(struct i2c_adapter *adap, u16 addr,
 		 unsigned short flags, char read_write,
-		 u8 command, int size, union i2c_smbus_data * data)
+		 u8 command, int size, union i2c_smbus_data *data)
 {
 	struct i2c_piix4_adapdata *adapdata = i2c_get_adapdata(adap);
 	unsigned short piix4_smba = adapdata->smba;
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web