Re: [PATCH v2] ath10k: skip ath10k_halt during suspend for driver state RESTARTING

From: Brian Norris
Date: Wed Apr 27 2022 - 16:28:05 EST


On Tue, Apr 26, 2022 at 10:20 PM Abhishek Kumar <kuabhs@xxxxxxxxxxxx> wrote:
> On Tue, Apr 26, 2022 at 3:34 PM Brian Norris <briannorris@xxxxxxxxxxxx> wrote:
> > You could have retained my:
> >
> > Reviewed-by: Brian Norris <briannorris@xxxxxxxxxxxx>
> >
> > but no worries; it's just a few characters ;)
> Oh! sorry about that, I was under the impression that if the next
> iteration is posted, then I cannot just add the Reviewed-by tag
> provided in the previous iteration by myself.

You certainly *can* add it, but it's a judgment call on whether you
should. In this case, you were only making cosmetic changes (commit
message and comments, requested by reviewers) between versions, so IMO
that's totally fine. If there are more substantial changes between
versions, it may be better to skip it, and let the reviewer re-review.
Sometimes a reviewer might even explicitly say, "with changes X and Y,
consider this Reviewed-by: foo <foo@xxxxxxx>", which is a pretty
strong indication you can add it.

Anyway, it's probably better to omit a review line that should have
been included, rather than include one that should not have been
(e.g., because undesirable changes were made). So again, no worries
from me!

Brian