Re: [PATCH] treewide: fix "interruptible" misspellings

From: Randy Dunlap
Date: Fri Jul 01 2022 - 19:44:12 EST


Hi,

On 7/1/22 16:17, Kees Cook wrote:
> A common misspelling of "interruptible" is "interruptable". This fixes
> them in the tree and adds the most common variation to spelling.txt.
> Note that "uninterruptable" was already in spelling.txt.
>
> Suggested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: Colin Ian King <colin.king@xxxxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>

Looks good. Thanks.

Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

> ---
> Documentation/admin-guide/sysrq.rst | 2 +-
> Documentation/hid/hiddev.rst | 2 +-
> Documentation/scsi/ChangeLog.lpfc | 2 +-
> drivers/firmware/qcom_scm-legacy.c | 2 +-
> drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +-
> drivers/gpu/drm/msm/msm_gem_submit.c | 2 +-
> drivers/gpu/drm/radeon/radeon_fence.c | 12 ++++++------
> drivers/input/serio/hil_mlc.c | 2 +-
> drivers/net/ethernet/amd/nmclan_cs.c | 4 ++--
> .../ethernet/chelsio/inline_crypto/chtls/chtls_cm.h | 4 ++--
> drivers/scsi/aacraid/commsup.c | 2 +-
> drivers/tee/optee/supp.c | 10 +++++-----
> drivers/tty/serial/mux.c | 2 +-
> fs/ecryptfs/miscdev.c | 2 +-
> scripts/spelling.txt | 1 +
> sound/soc/intel/atom/sst/sst_pvt.c | 2 +-
> 16 files changed, 27 insertions(+), 26 deletions(-)
>

--
~Randy