From 3e28a570c2d9b73d7ded15e53207127b89efc005 Mon Sep 17 00:00:00 2001 From: Jennifer Williams Date: Wed, 28 Apr 2021 20:01:40 -0700 Subject: [PATCH] arch: x86: core: pcie: rephrase use of ain't Rephrasing away from ain't, which is informal, uncommon, and can be viewed as substandard or 'slang'. Signed-off-by: Jennifer Williams --- arch/x86/core/pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/core/pcie.c b/arch/x86/core/pcie.c index 45f7214146a..e965bb2abb4 100644 --- a/arch/x86/core/pcie.c +++ b/arch/x86/core/pcie.c @@ -97,7 +97,7 @@ static inline void pcie_mm_conf(pcie_bdf_t bdf, unsigned int reg, /* * Helper function for exported configuration functions. Configuration access - * ain't atomic, so spinlock to keep drivers from clobbering each other. + * is not atomic, so spinlock to keep drivers from clobbering each other. */ static inline void pcie_io_conf(pcie_bdf_t bdf, unsigned int reg, bool write, uint32_t *data)