Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix spelling errors in iommufd.rst
@ 2025-08-15 15:37 Alessandro Ratti
  2025-08-15 15:37 ` Alessandro Ratti
  0 siblings, 1 reply; 3+ messages in thread
From: Alessandro Ratti @ 2025-08-15 15:37 UTC (permalink / raw)
  To: jgg, kevin.tian, corbet; +Cc: skhan, iommu, linux-doc, alessandro.ratti


Hi,

While working on a task for the Linux Kernel Mentorship Program, I scanned the
kernel documentation using `codespell` to identify any outstanding spelling
mistakes.

During the process, I discovered two typos in `Documentation/userspace-api/iommufd.rst`:

  - "primarly" → "primarily"
  - "sharable" → "shareable"

This patch corrects these minor errors. I’ve excluded already translated and
autogenerated files from the scan to avoid false positives. The command used
was:

  codespell Documentation \
    -S "Documentation/translations/*,**/_build/*,**/*.po,**/*.pot,**/*.pdf,**/*.svg" \
    -L "te,fo,uefi,sysfs,procfs,virtio,irq,skb,uname,userspace,nd"

Patch applies cleanly on top of mainline.

Thanks for your time and consideration.

Best regards,  
Alessandro

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

end of thread, other threads:[~2025-08-18 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 15:37 [PATCH] Documentation: fix spelling errors in iommufd.rst Alessandro Ratti
2025-08-15 15:37 ` Alessandro Ratti
2025-08-18 14:15   ` Jason Gunthorpe

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