[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201013115546.GM4077@smile.fi.intel.com>
Date: Tue, 13 Oct 2020 14:55:46 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Pratham Pratap <prathampratap@...eaurora.org>
Cc: gregkh@...uxfoundation.org, stern@...land.harvard.edu,
rafael.j.wysocki@...el.com, mathias.nyman@...ux.intel.com,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
sallenki@...eaurora.org, mgautam@...eaurora.org,
jackp@...eaurora.org, stable@...r.kernel.org
Subject: Re: [PATCH] usb: core: Don't wait for completion of urbs
On Tue, Oct 13, 2020 at 04:17:02PM +0530, Pratham Pratap wrote:
...
> Fixes: 3e35bf39e (USB: fix codingstyle issues in drivers/usb/core/message.c)
Two hints how to use Git with Linux kernel development.
First is about what Greg pointed out, i.e. proper Fixes line.
Add to your ~/.gitconfig the following:
[core]
abbrev = 12
[alias]
one = show -s --pretty='format:%h (\"%s\")'
In result you may run
git one 3e35bf39e
and use the output.
Second one is about Cc list. I recommend to use
scripts/get_maintainer.pl --git --git-min-percent=67
to retrieve it.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists