Re: [PATCH v3 03/22] i2c: tegra: Clean up messages in the code

From: Andy Shevchenko
Date: Thu Sep 03 2020 - 07:27:11 EST


On Thu, Sep 3, 2020 at 3:53 AM Dmitry Osipenko <digetx@xxxxxxxxx> wrote:
>
> This patch unifies style of all messages in the driver by starting them
> with a lowercase letter and using consistent capitalization and wording
> for all messages.

I didn't look at the rest (yet) but this series has a patch ordering issue.
Why do we first do some little, non-critical clean ups?

The preferred way is to arrange like:
- fixes that may be backported
- fixes that are likely not going to be backported
- features
- cleanups

In its turn cleanups go by severity:
- code affected ones (and maybe logical changers)
- ...
- commentary / indentation fixes

--
With Best Regards,
Andy Shevchenko