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]
Date:   Tue, 11 Sep 2018 17:53:09 +0100
From:   Colin King <colin.king@...onical.com>
To:     David Kershner <david.kershner@...sys.com>,
        sparmaintainer@...sys.com
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] drivers: visorbus: fix spelling mistake "partion" -> "partition"

From: Colin Ian King <colin.king@...onical.com>

Trivial fix to spelling mistake in comment, re-jig comment block
to avoid checkpatch overly wide line warning.

Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
 include/linux/visorbus.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/visorbus.h b/include/linux/visorbus.h
index 0d8bd6769b13..4a6abff20049 100644
--- a/include/linux/visorbus.h
+++ b/include/linux/visorbus.h
@@ -222,9 +222,9 @@ struct visorchipset_state {
  *				hypervisor requests.
  * @vbus_hdr_info:		A pointer to header info. Private use by bus
  *				driver.
- * @partition_guid:		Indicates client partion id. This should be the
- *				same across all visor_devices in the current
- *				guest. Private use by bus driver only.
+ * @partition_guid:		Indicates client partition id. This should be
+ *				the same across all visor_devices in the
+ *				current guest. Private use by bus driver only.
  */
 struct visor_device {
 	struct visorchannel *visorchannel;
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ