lkml.org 
[lkml]   [2022]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] IIO: accel: dmard09: fixed code styling issues
On Mon, 28 Mar 2022 16:48:16 -0500
Paul Lemmermann <thepaulodoom@thepaulodoom.com> wrote:

> Cleaning up code.
>
> Signed-off-by: Paul Lemmermann <thepaulodoom@thepaulodoom.com>
Applied to the togreg branch of iio.git and pushed out as testing
for 0-day to see if it can find anything we did wrong.

BTW. You seem to have sent two identical copies of this patch.
I randomly decided to apply this second one.

Thanks,

Jonathan

> ---
> drivers/iio/accel/dmard09.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/accel/dmard09.c b/drivers/iio/accel/dmard09.c
> index 53ab6078c..cb0246ca7 100644
> --- a/drivers/iio/accel/dmard09.c
> +++ b/drivers/iio/accel/dmard09.c
> @@ -24,7 +24,7 @@
> #define DMARD09_AXIS_Y 1
> #define DMARD09_AXIS_Z 2
> #define DMARD09_AXIS_X_OFFSET ((DMARD09_AXIS_X + 1) * 2)
> -#define DMARD09_AXIS_Y_OFFSET ((DMARD09_AXIS_Y + 1 )* 2)
> +#define DMARD09_AXIS_Y_OFFSET ((DMARD09_AXIS_Y + 1) * 2)
> #define DMARD09_AXIS_Z_OFFSET ((DMARD09_AXIS_Z + 1) * 2)
>
> struct dmard09_data {

\
 
 \ /
  Last update: 2022-04-02 18:22    [W:0.086 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site