Re: [PATCH v3] i2c: omap: Cleaned up coding style and parameters

From: Andreas Kemnade
Date: Tue Dec 03 2024 - 17:05:17 EST


Am Tue, 3 Dec 2024 15:02:30 +0530
schrieb Dhruv Menon <dhruvmenon1104@xxxxxxxxx>:

> This patch has been splitted into two parts,
>
> 1. [PATCH v2 1/2] i2c: omap: Clean up coding style
> 2. [PATCH v2 2/2] i2c: omap: Removed unused parameter
>
> The patchset also removed the changes regarding msleep as the
> adjustment was relatively minor which was added earlier. The
> change was initially considered based on "Timer's howto"
> documentation which recommends to change any msleep(x) < 10ms
> to usleep_range(x*1000, x*2000) for better precision.
>
> Thank you for the time and review. I look forward to your feedback
>
send the output inline, see
Documentation/process/submitting-patches.rst:
No MIME, no links, no compression, no attachments. Just plain text

Also we want imperative mood in the patches.
There is also a lot of automated processing of these patch emails.

Regards,
Andreas