diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-03-30 18:54:21 +0300 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2021-04-06 20:53:50 +0300 |
commit | d0a7541dd9998c3b911943fee3bb726d9c2d89c3 (patch) | |
tree | fe1a97667db79e6a5b4094d2d1959b76db691a68 /drivers/vfio | |
parent | 06d738c8ab56f3de68f785154b87dae1ec94c823 (diff) | |
download | linux-d0a7541dd9998c3b911943fee3bb726d9c2d89c3.tar.xz |
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.h | 2 |
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> |