On Tue, Jan 26, 2021 at 01:50:42PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <[email protected]>
>
> Fix comment typos in "ordering".
>
> Signed-off-by: Bjorn Helgaas <[email protected]>
> ---
> arch/s390/include/asm/facility.h | 2 +-
> drivers/gpu/drm/qxl/qxl_drv.c | 2 +-
> drivers/net/wireless/intel/iwlwifi/fw/file.h | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
>
> Unless somebody objects, I'll just merge these typo fixes via the PCI tree.
>
>
> diff --git a/arch/s390/include/asm/facility.h b/arch/s390/include/asm/facility.h
> index 68c476b20b57..91b5d714d28f 100644
> --- a/arch/s390/include/asm/facility.h
> +++ b/arch/s390/include/asm/facility.h
> @@ -44,7 +44,7 @@ static inline int __test_facility(unsigned long nr, void *facilities)
> }
>
> /*
> - * The test_facility function uses the bit odering where the MSB is bit 0.
> + * The test_facility function uses the bit ordering where the MSB is bit 0.
> * That makes it easier to query facility bits with the bit number as
> * documented in the Principles of Operation.
> */
Acked-by: Vasily Gorbik <[email protected]>