public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vfio: uapi: fix comment typo
@ 2026-03-16 18:56 Joseph Salisbury
  2026-03-16 23:49 ` [External] : " Joseph Salisbury
  2026-03-20 21:17 ` Alex Williamson
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph Salisbury @ 2026-03-16 18:56 UTC (permalink / raw)
  To: Alex Williamson; +Cc: kvm, linux-kernel

The file contains a spelling error in a source comment (succes).

Typos in comments reduce readability and make text searches less reliable
for developers and maintainers.

Replace 'succes' with 'success' in the affected comment. This is a
comment-only cleanup and does not change behavior.

Fixes: 607ca46e97a1 ("UAPI: (Scripted) Disintegrate include/linux")
Cc: stable@vger.kernel.org
Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com>
---
 include/uapi/linux/vfio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
index bb7b89330d35..63d56c1fbf6f 100644
--- a/include/uapi/linux/vfio.h
+++ b/include/uapi/linux/vfio.h
@@ -141,7 +141,7 @@ struct vfio_info_cap_header {
  *
  * Retrieve information about the group.  Fills in provided
  * struct vfio_group_info.  Caller sets argsz.
- * Return: 0 on succes, -errno on failure.
+ * Return: 0 on success, -errno on failure.
  * Availability: Always
  */
 struct vfio_group_status {
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [External] : [PATCH] vfio: uapi: fix comment typo
  2026-03-16 18:56 [PATCH] vfio: uapi: fix comment typo Joseph Salisbury
@ 2026-03-16 23:49 ` Joseph Salisbury
  2026-03-20 21:17 ` Alex Williamson
  1 sibling, 0 replies; 3+ messages in thread
From: Joseph Salisbury @ 2026-03-16 23:49 UTC (permalink / raw)
  To: Alex Williamson; +Cc: kvm, linux-kernel



On 3/16/26 2:56 PM, Joseph Salisbury wrote:
> The file contains a spelling error in a source comment (succes).
>
> Typos in comments reduce readability and make text searches less reliable
> for developers and maintainers.
>
> Replace 'succes' with 'success' in the affected comment. This is a
> comment-only cleanup and does not change behavior.
>
> Fixes: 607ca46e97a1 ("UAPI: (Scripted) Disintegrate include/linux")
> Cc: stable@vger.kernel.org
> Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com>
> ---
>   include/uapi/linux/vfio.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
> index bb7b89330d35..63d56c1fbf6f 100644
> --- a/include/uapi/linux/vfio.h
> +++ b/include/uapi/linux/vfio.h
> @@ -141,7 +141,7 @@ struct vfio_info_cap_header {
>    *
>    * Retrieve information about the group.  Fills in provided
>    * struct vfio_group_info.  Caller sets argsz.
> - * Return: 0 on succes, -errno on failure.
> + * Return: 0 on success, -errno on failure.
>    * Availability: Always
>    */
>   struct vfio_group_status {
I inadvertently added Fixes: and Cc: stable tags.  If possible, please 
remove them as they are not appropriate for fixes to misspellings in 
code comments.  If it's not possible to remove them, I can send a v2.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio: uapi: fix comment typo
  2026-03-16 18:56 [PATCH] vfio: uapi: fix comment typo Joseph Salisbury
  2026-03-16 23:49 ` [External] : " Joseph Salisbury
@ 2026-03-20 21:17 ` Alex Williamson
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Williamson @ 2026-03-20 21:17 UTC (permalink / raw)
  To: Joseph Salisbury; +Cc: kvm, linux-kernel, alex

On Mon, 16 Mar 2026 14:56:17 -0400
Joseph Salisbury <joseph.salisbury@oracle.com> wrote:

> The file contains a spelling error in a source comment (succes).
> 
> Typos in comments reduce readability and make text searches less reliable
> for developers and maintainers.
> 
> Replace 'succes' with 'success' in the affected comment. This is a
> comment-only cleanup and does not change behavior.
> 
> Fixes: 607ca46e97a1 ("UAPI: (Scripted) Disintegrate include/linux")
> Cc: stable@vger.kernel.org
> Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com>
> ---
>  include/uapi/linux/vfio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
> index bb7b89330d35..63d56c1fbf6f 100644
> --- a/include/uapi/linux/vfio.h
> +++ b/include/uapi/linux/vfio.h
> @@ -141,7 +141,7 @@ struct vfio_info_cap_header {
>   *
>   * Retrieve information about the group.  Fills in provided
>   * struct vfio_group_info.  Caller sets argsz.
> - * Return: 0 on succes, -errno on failure.
> + * Return: 0 on success, -errno on failure.
>   * Availability: Always
>   */
>  struct vfio_group_status {

Applied to vfio next branch for v7.1.  Fixes and stable tags dropped.
Thanks,

Alex

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-20 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 18:56 [PATCH] vfio: uapi: fix comment typo Joseph Salisbury
2026-03-16 23:49 ` [External] : " Joseph Salisbury
2026-03-20 21:17 ` Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox