Commit 6abaf580 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: bcm: Fix typo in comments

Correct spelling typo in staging/bcm
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9fc0944a
...@@ -175,7 +175,7 @@ struct bcm_flash2x_copy_section { ...@@ -175,7 +175,7 @@ struct bcm_flash2x_copy_section {
/* /*
* This section provide the complete bitmap of the Flash. * This section provide the complete bitmap of the Flash.
* using this map lib/APP will isssue read/write command. * using this map lib/APP will issue read/write command.
* Fields are defined as : * Fields are defined as :
* Bit [0] = section is present //1:present, 0: Not present * Bit [0] = section is present //1:present, 0: Not present
* Bit [1] = section is valid //1: valid, 0: not valid * Bit [1] = section is valid //1: valid, 0: not valid
......
...@@ -210,7 +210,7 @@ static int BcmFileDownload(struct bcm_mini_adapter *Adapter, const char *path, u ...@@ -210,7 +210,7 @@ static int BcmFileDownload(struct bcm_mini_adapter *Adapter, const char *path, u
* @ingroup ctrl_pkt_functions * @ingroup ctrl_pkt_functions
* This function copies the contents of given buffer * This function copies the contents of given buffer
* to the control packet and queues it for transmission. * to the control packet and queues it for transmission.
* @note Do not acquire the spinock, as it it already acquired. * @note Do not acquire the spinlock, as it it already acquired.
* @return SUCCESS/FAILURE. * @return SUCCESS/FAILURE.
* Arguments: * Arguments:
* Logical Adapter * Logical Adapter
......
...@@ -2966,7 +2966,7 @@ int BcmFlash2xBulkWrite(struct bcm_mini_adapter *Adapter, ...@@ -2966,7 +2966,7 @@ int BcmFlash2xBulkWrite(struct bcm_mini_adapter *Adapter,
* @Adapter :-Drivers private Data Structure * @Adapter :-Drivers private Data Structure
* *
* Return Value:- * Return Value:-
* Return STATUS_SUCESS if get success in setting the right DSD else negaive error code * Return STATUS_SUCESS if get success in setting the right DSD else negative error code
* *
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment