lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 24 Jun 2021 12:23:13 +0300
From:   Dan Carpenter <dan.carpenter@...cle.com>
To:     Tree Davies <tdavies@...kphysics.net>
Cc:     kernel-janitors@...r.kernel.org,
        "David S. Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 1/1] net/e1000e: Fix spelling mistake "The" -> "This"

On Wed, Jun 23, 2021 at 12:12:46PM -0700, Tree Davies wrote:
> On Tue, Jun 22, 2021 at 03:19:40PM -0700, Tree Davies wrote:
> > There is a spelling mistake in the comment block.
> > 
> > Signed-off-by: Tree Davies <tdavies@...kphysics.net>
> > ---
> >  drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c
> > index 88e9035b75cf..ff267cf75ef8 100644
> > --- a/drivers/net/ethernet/intel/e1000e/netdev.c
> > +++ b/drivers/net/ethernet/intel/e1000e/netdev.c
> > @@ -7674,7 +7674,7 @@ static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
> >   * @pdev: PCI device information struct
> >   *
> >   * e1000_remove is called by the PCI subsystem to alert the driver
> > - * that it should release a PCI device.  The could be caused by a
> > + * that it should release a PCI device.  This could be caused by a
> >   * Hot-Plug event, or because the driver is going to be removed from
> >   * memory.
> >   **/
> > -- 
> > 2.20.1
> >
> 
> Adding linux-kernel@  

That's the wrong list, and also the patch can't be applied because it
has "> " at the start of the lines.  You need to resend the patch, not
just reply to it.

Use ./scripts/get_maintainer.pl to find the correct CC lists.

regards,
dan carpenter

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ