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 <jennifer.m.williams@intel.com>
This commit is contained in:
parent
b773ec1675
commit
3e28a570c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* 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,
|
static inline void pcie_io_conf(pcie_bdf_t bdf, unsigned int reg,
|
||||||
bool write, uint32_t *data)
|
bool write, uint32_t *data)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue