Re: [PATCH v12 1/4] serdev: Replace all instances of ENOTSUPP with EOPNOTSUPP

From: Simon Horman
Date: Wed Mar 15 2023 - 12:08:00 EST


On Wed, Mar 15, 2023 at 05:33:23PM +0530, Neeraj Sanjay Kale wrote:
> This replaces all instances of ENOTSUPP with EOPNOTSUPP since ENOTSUPP
> is not a standard error code. This will help maintain consistency in
> error codes when new serdev API's are added.
>
> Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@xxxxxxx>
> ---
> v11: Replace all instances of ENOTSUPP with EOPNOTSUPP. (Simon Horman)

There may be a policy or issue here, I defer to the maintainer on that.
But from my PoV this looks good.

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>

BTW, please consider waiting 24h between patch postings to
allow review to take place.