]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: bcm: Fix typo in comments
authorMasanari Iida <standby24x7@gmail.com>
Fri, 23 Aug 2013 13:55:31 +0000 (22:55 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 17:01:43 +0000 (10:01 -0700)
Correct spelling typo in staging/bcm

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Ioctl.h
drivers/staging/bcm/Misc.c
drivers/staging/bcm/nvm.c

index e253c080a787e6fc4c39be37ec6a12618723b794..797f862b90cf7b571628ab0f1fb89d61512a3269 100644 (file)
@@ -175,7 +175,7 @@ struct bcm_flash2x_copy_section {
 
 /*
  * 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 :
  * Bit [0] = section is present  //1:present, 0: Not present
  * Bit [1] = section is valid  //1: valid, 0: not valid
index d23eeeb95064fb408b287ac3cbccab9fd9a61bd3..4cfc2c33c6966a1e2b3d560205aac87548c422bc 100644 (file)
@@ -210,7 +210,7 @@ exit_download:
  * @ingroup ctrl_pkt_functions
  * This function copies the contents of given buffer
  * 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.
  * Arguments:
  * Logical Adapter
index bea1330f7ea6952aae258d26af35c114ed5f8e3a..91a5715964b93727a61ad263bd6745ed5e54ad32 100644 (file)
@@ -2966,7 +2966,7 @@ int BcmFlash2xBulkWrite(struct bcm_mini_adapter *Adapter,
  * @Adapter :-Drivers private Data Structure
  *
  * 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
  *
  */