Re: [PATCH] staging: media: atomisp: fix indentation to use tabs instead of spaces

From: Andy Shevchenko

Date: Mon Apr 13 2026 - 03:25:37 EST


On Sat, Apr 11, 2026 at 8:14 PM Michael Ugrin <mugrinphoto@xxxxxxxxx> wrote:
>
> Thanks for the review, Dan and David.
>
> I'll work on a v2,replacing the ternary with umin() for that strscpy
> call and the other strscpy calls in the function.

Why not simply min()? Wouldn't it work (if type of p is aligned accordingly)?

Note, we prefer the (more) real patches, id est what David suggested
seems to me more useful to this driver to have in the long term.

--
With Best Regards,
Andy Shevchenko