Re: [PATCH v4 30/31] i2c: tegra: Clean up and improve comments

2020-09-05 Thread Michał Mirosław
On Sun, Sep 06, 2020 at 01:53:56AM +0300, Dmitry Osipenko wrote: > 06.09.2020 01:47, Michał Mirosław пишет: > > On Sat, Sep 05, 2020 at 11:41:50PM +0300, Dmitry Osipenko wrote: > >> Make all comments to be consistent in regards to capitalization and > >> punctuation, correct spelling and grammar

Re: [PATCH v4 30/31] i2c: tegra: Clean up and improve comments

2020-09-05 Thread Dmitry Osipenko
06.09.2020 01:47, Michał Mirosław пишет: > On Sat, Sep 05, 2020 at 11:41:50PM +0300, Dmitry Osipenko wrote: >> Make all comments to be consistent in regards to capitalization and >> punctuation, correct spelling and grammar errors. > [...] >> -/* Rounds down to not include partial word at the

Re: [PATCH v4 30/31] i2c: tegra: Clean up and improve comments

2020-09-05 Thread Michał Mirosław
On Sat, Sep 05, 2020 at 11:41:50PM +0300, Dmitry Osipenko wrote: > Make all comments to be consistent in regards to capitalization and > punctuation, correct spelling and grammar errors. [...] > - /* Rounds down to not include partial word at the end of buf */ > + /* rounds down to not

[PATCH v4 30/31] i2c: tegra: Clean up and improve comments

2020-09-05 Thread Dmitry Osipenko
Make all comments to be consistent in regards to capitalization and punctuation, correct spelling and grammar errors. Signed-off-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 85 +- 1 file changed, 43 insertions(+), 42 deletions(-) diff --git