2020-04-16 22:15:43

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Fixes tag needs some work in the devicetree-fixes tree

Hi all,

In commit

acca9cd4a084 ("dt-bindings: iio: dac: AD5570R fix bindings errors")

Fixes tag

Fixes: ea52c21268e6 ("iio: dac: ad5770r: Add AD5770R support")

has these problem(s):

- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'

Did you mean

Fixes: ea52c21268e6 ("dt-bindings: iio: dac: Add docs for AD5770R DAC")

or

Fixes: cbbb819837f6 ("iio: dac: ad5770r: Add AD5770R support")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2020-04-17 13:34:54

by Rob Herring

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the devicetree-fixes tree

On Thu, Apr 16, 2020 at 5:11 PM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> In commit
>
> acca9cd4a084 ("dt-bindings: iio: dac: AD5570R fix bindings errors")
>
> Fixes tag
>
> Fixes: ea52c21268e6 ("iio: dac: ad5770r: Add AD5770R support")
>
> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
>
> Did you mean
>
> Fixes: ea52c21268e6 ("dt-bindings: iio: dac: Add docs for AD5770R DAC")

Sigh, yes. Now fixed.

Thanks,
Rob

>
> or
>
> Fixes: cbbb819837f6 ("iio: dac: ad5770r: Add AD5770R support")
>
> --
> Cheers,
> Stephen Rothwell