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>] [day] [month] [year] [list]
Message-ID: <ae55d252-04e9-843c-94a9-5a211c247718@infradead.org>
Date:   Fri, 17 Jul 2020 19:53:31 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>,
        Kirti Wankhede <kwankhede@...dia.com>,
        KVM <kvm@...r.kernel.org>
Subject: [PATCH] linux/mdev.h: drop duplicated word in a comment

From: Randy Dunlap <rdunlap@...radead.org>

Drop the doubled word "a" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Kirti Wankhede <kwankhede@...dia.com>
Cc: kvm@...r.kernel.org
---
 include/linux/mdev.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/mdev.h
+++ linux-next-20200714/include/linux/mdev.h
@@ -42,7 +42,7 @@ struct device *mdev_get_iommu_device(str
  *			@mdev: mdev_device structure on of mediated device
  *			      that is being created
  *			Returns integer: success (0) or error (< 0)
- * @remove:		Called to free resources in parent device's driver for a
+ * @remove:		Called to free resources in parent device's driver for
  *			a mediated device. It is mandatory to provide 'remove'
  *			ops.
  *			@mdev: mdev_device device structure which is being

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ