qcacld-3.0: bmi: Fix misspellings
Address the following issues in the core/bmi folder: CHECK: 'Defintions' may be misspelled - perhaps 'Definitions'? CHECK: 'initilization' may be misspelled - perhaps 'initialization'? Change-Id: I649b42e30e10e51c2c734d909a8c9ab2811b9421 CRs-Fixed: 2241939
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2014-2016, 2018 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Defintions for the Atheros Wireless LAN controller driver.
|
||||
* Definitions for the Atheros Wireless LAN controller driver.
|
||||
*/
|
||||
#ifndef _DEV_OL_ATH_ATHVAR_H
|
||||
#define _DEV_OL_ATH_ATHVAR_H
|
||||
|
@@ -62,7 +62,7 @@ static inline void ol_sdio_disable_sleep(struct ol_context *ol_ctx)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ol_usb_extra_initialization() - USB extra initilization
|
||||
* ol_usb_extra_initialization() - USB extra initialization
|
||||
* @ol_ctx: pointer to ol_context
|
||||
*
|
||||
* USB specific initialization after firmware download
|
||||
|
Reference in New Issue
Block a user