Typo: acknowledgement -> acknowledgment

Changing the spelling to comply with the checkpatch tool.

Change-Id: I7f28fd73bfbc89d91e4d7caccffa2c018dcadf6d
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-06-25 12:20:51 -04:00 committed by Anas Nashif
commit 9f084d7d33
5 changed files with 8 additions and 8 deletions

View file

@ -158,13 +158,13 @@ struct bt_gatt_include {
* @brief Characteristic notify property.
*
* If set, permits notifications of a Characteristic Value without
* acknowledgement.
* acknowledgment.
*/
#define BT_GATT_CHRC_NOTIFY 0x10
/*! @def BT_GATT_CHRC_INDICATE
* @brief Characteristic indicate property.
*
* If set, permits indications of a Characteristic Value with acknowledgement.
* If set, permits indications of a Characteristic Value with acknowledgment.
*/
#define BT_GATT_CHRC_INDICATE 0x20
/*! @def BT_GATT_CHRC_AUTH

View file

@ -228,7 +228,7 @@ static void transfer(struct k_args *pMvdReq)
/*******************************************************************************
*
* _k_mbox_send_ack - process the acknowledgement to a mailbox send request
* _k_mbox_send_ack - process the acknowledgment to a mailbox send request
*
* RETURNS: N/A
*/
@ -517,9 +517,9 @@ int _task_mbox_put(kmbox_t mbox, /* mailbox */
/*******************************************************************************
*
* _k_mbox_receive_ack - process a mailbox receive acknowledgement
* _k_mbox_receive_ack - process a mailbox receive acknowledgment
*
* This routine processes a mailbox receive acknowledgement.
* This routine processes a mailbox receive acknowledgment.
*
* INTERNAL: This routine frees the <pCopyReader> packet
*

View file

@ -263,7 +263,7 @@ void K_ChRecvRpl(struct k_args *ReqProc)
/*******************************************************************************
*
* K_ChRecvAck - process acknowledgement command for a pipe get operation
* K_ChRecvAck - process acknowledgment command for a pipe get operation
*
* RETURNS: N/A
*/

View file

@ -283,7 +283,7 @@ void K_ChSendRpl(struct k_args *ReqProc)
/*******************************************************************************
*
* K_ChSendAck - process acknowledgement command for a pipe put operation
* K_ChSendAck - process acknowledgment command for a pipe put operation
*
* RETURNS: N/A
*/

View file

@ -84,7 +84,7 @@ enum {
collision. */
MAC_TX_COLLISION,
/**< The MAC layer did not get an acknowledgement for the packet. */
/**< The MAC layer did not get an acknowledgment for the packet. */
MAC_TX_NOACK,
/**< The MAC layer deferred the transmission for a later time. */