mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Run codespell -w against all files
and fix the wrong correction
This commit is contained in:
@@ -146,7 +146,7 @@ static void mac802154_resetqueues(FAR struct ieee802154_privmac_s *priv)
|
||||
* Description:
|
||||
* This function allocates a tx descriptor and the dependent primitive (data
|
||||
* confirmation) from the free list. The primitive and tx descriptor must be
|
||||
* freed seperately.
|
||||
* freed separately.
|
||||
*
|
||||
* Assumptions:
|
||||
* priv MAC struct is locked when calling.
|
||||
|
||||
@@ -145,7 +145,7 @@ int mac802154_req_get(MACHANDLE mac, enum ieee802154_attr_e attr,
|
||||
|
||||
default:
|
||||
{
|
||||
/* The attribute may be handled soley in the radio driver, so pass
|
||||
/* The attribute may be handled solely in the radio driver, so pass
|
||||
* it along.
|
||||
*/
|
||||
|
||||
@@ -240,7 +240,7 @@ int mac802154_req_set(MACHANDLE mac, enum ieee802154_attr_e attr,
|
||||
break;
|
||||
default:
|
||||
{
|
||||
/* The attribute may be handled soley in the radio driver, so pass
|
||||
/* The attribute may be handled solely in the radio driver, so pass
|
||||
* it along.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user