linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: visorbus: fix spelling mistake "partion" -> "partition"
@ 2018-09-11 16:53 Colin King
  0 siblings, 0 replies; only message in thread
From: Colin King @ 2018-09-11 16:53 UTC (permalink / raw)
  To: David Kershner, sparmaintainer; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.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@canonical.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-11 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-11 16:53 [PATCH] drivers: visorbus: fix spelling mistake "partion" -> "partition" Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).