All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging:iio:addac Fixes Alignment should match open parenthesis
@ 2017-01-04  1:50 Scott Matheina
  2017-01-07 22:20 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Matheina @ 2017-01-04  1:50 UTC (permalink / raw)
  To: linux-kernel
  Cc: Scott Matheina, Lars-Peter Clausen, Michael Hennerich,
	Jonathan Cameron, Hartmut Knaack, Peter Meerwald-Stadler,
	Greg Kroah-Hartman, linux-iio, devel

Fixes style issue where Alignment doesn't match open parenthesis

Signed-off-by: Scott Matheina <scott@matheina.com>
---
 drivers/staging/iio/addac/adt7316-i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/iio/addac/adt7316-i2c.c b/drivers/staging/iio/addac/adt7316-i2c.c
index 0ccf192..f66dd3e 100644
--- a/drivers/staging/iio/addac/adt7316-i2c.c
+++ b/drivers/staging/iio/addac/adt7316-i2c.c
@@ -93,7 +93,7 @@ static int adt7316_i2c_multi_write(void *client, u8 reg, u8 count, u8 *data)
  */
 
 static int adt7316_i2c_probe(struct i2c_client *client,
-		const struct i2c_device_id *id)
+			     const struct i2c_device_id *id)
 {
 	struct adt7316_bus bus = {
 		.client = client,
-- 
2.7.4

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

* Re: [PATCH] staging:iio:addac Fixes Alignment should match open parenthesis
  2017-01-04  1:50 [PATCH] staging:iio:addac Fixes Alignment should match open parenthesis Scott Matheina
@ 2017-01-07 22:20 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2017-01-07 22:20 UTC (permalink / raw)
  To: Scott Matheina, linux-kernel
  Cc: Lars-Peter Clausen, Michael Hennerich, Hartmut Knaack,
	Peter Meerwald-Stadler, Greg Kroah-Hartman, linux-iio, devel

On 04/01/17 01:50, Scott Matheina wrote:
> Fixes style issue where Alignment doesn't match open parenthesis
> 
> Signed-off-by: Scott Matheina <scott@matheina.com>
Please include the part number in the patch title. It's more important
than the directory it happens to be in.

Here you have space to include the whole lot
staging:iio:addac:adt7316

Applied with that minor change to the togreg branch of iio.git which
will get pushed out as testing sometime soon.

Jonathan
> ---
>  drivers/staging/iio/addac/adt7316-i2c.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/iio/addac/adt7316-i2c.c b/drivers/staging/iio/addac/adt7316-i2c.c
> index 0ccf192..f66dd3e 100644
> --- a/drivers/staging/iio/addac/adt7316-i2c.c
> +++ b/drivers/staging/iio/addac/adt7316-i2c.c
> @@ -93,7 +93,7 @@ static int adt7316_i2c_multi_write(void *client, u8 reg, u8 count, u8 *data)
>   */
>  
>  static int adt7316_i2c_probe(struct i2c_client *client,
> -		const struct i2c_device_id *id)
> +			     const struct i2c_device_id *id)
>  {
>  	struct adt7316_bus bus = {
>  		.client = client,
> 

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

end of thread, other threads:[~2017-01-08  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04  1:50 [PATCH] staging:iio:addac Fixes Alignment should match open parenthesis Scott Matheina
2017-01-07 22:20 ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.