[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <350940b1-b497-4890-9892-0e9281a7ab2d@stanley.mountain>
Date: Fri, 1 Nov 2024 23:03:29 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Dave Penkler <dpenkler@...il.com>
Cc: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org, skhan@...uxfoundation.org,
arnd@...db.de
Subject: Re: [PATCH 7/9] Fix Kconfig
On Fri, Nov 01, 2024 at 10:51:10PM +0300, Dan Carpenter wrote:
> On Fri, Nov 01, 2024 at 06:47:03PM +0100, Dave Penkler wrote:
> > The NI_PCI_ISA driver also supports PCI and PCMCIA
> > Correct spelling error COMPIlE_TEST
> >
> > Fixes: 2c9f5d8c6ece91ecd33350749230494d224550f1
>
> The Fixes tag format looks like this:
>
> Fixes: 2c9f5d8c6ece ("staging: gpib: add bus specific Kconfig dependencies")
>
I use a little script to generate Fixes tags. You have to have "abbrev = 12"
set in your .gitconfig as well, I guess.
#!/bin/bash
git log -1 --format='Fixes: %h ("%s")' $*
regards,
dan carpenter
Powered by blists - more mailing lists