aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2021-03-30 09:54:21 -0600
committerAlex Williamson <alex.williamson@redhat.com>2021-04-06 11:53:50 -0600
commitd0a7541dd9998c3b911943fee3bb726d9c2d89c3 (patch)
treefe1a97667db79e6a5b4094d2d1959b76db691a68 /drivers/vfio
parentvfio/type1: fix a couple of spelling mistakes (diff)
downloadlinux-dev-d0a7541dd9998c3b911943fee3bb726d9c2d89c3.tar.xz
linux-dev-d0a7541dd9998c3b911943fee3bb726d9c2d89c3.zip
vfio/mdev: Fix spelling mistake "interal" -> "internal"
There is a spelling mistake in a comment, fix it. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Message-Id: <20210326083528.1329-3-thunder.leizhen@huawei.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio')
-rw-r--r--drivers/vfio/mdev/mdev_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/mdev/mdev_private.h b/drivers/vfio/mdev/mdev_private.h
index 7d922950caaf..4d62b76c4734 100644
--- a/drivers/vfio/mdev/mdev_private.h
+++ b/drivers/vfio/mdev/mdev_private.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
- * Mediated device interal definitions
+ * Mediated device internal definitions
*
* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
* Author: Neo Jia <cjia@nvidia.com>