Re: [PATCH] drivers: staging: ft1000: Improve coding style

From: Joe Perches
Date: Fri May 09 2014 - 16:24:48 EST


On Sat, 2014-05-10 at 09:53 +0300, Artem Fetishev wrote:
> Improvements include:
> - Lines over 80 characters;
> - Use pr_info() instead printk(KERN_INFO);
> - Removal of typedefs;
> - Indentation.
> - Fix IOCTL_FT1000_* marcos:
> - Add closing brackets;
> - remove sizeof (_IOR and _IOW macro can accept types);
> - replace _IOW which size of 0 (the last arg) with _IO.
> - Actually these macros are not used anywhere and might be removed.

Hello Artem.

All of these are nice little fixes, but combined,
they are difficult to review.

Could you please separate them into multiple patches,
one per line item entry?

Maybe reorder them too doing the indentation fix
first and leaving the 80 column changes until last.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/