* [PATCH] staging: bcm: nvm: Fixed spelling errors, that may break grep.
@ 2014-11-25 17:30 icyflame
2014-11-25 17:36 ` Greg KH
2014-11-25 17:55 ` Dan Carpenter
0 siblings, 2 replies; 5+ messages in thread
From: icyflame @ 2014-11-25 17:30 UTC (permalink / raw)
To: gregkh
Cc: mail, rickard_strandqvist, ztugcesirin, fanwlexca, rashika.kheria,
devel, linux-kernel, klmckinney1, kannan.siddharth12
Changing the following:
Adapater -> Adapter
STATUS_SUCESS -> STATUS_SUCCESS
Signed-off by: Siddharth Kannan <kannan.siddharth12@gmail.com>
---
drivers/staging/bcm/nvm.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/drivers/staging/bcm/nvm.c b/drivers/staging/bcm/nvm.c
index ce09473..3cb6eed 100644
--- a/drivers/staging/bcm/nvm.c
+++ b/drivers/staging/bcm/nvm.c
@@ -2953,7 +2953,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 negative error code
+ * Return STATUS_SUCCESS if get success in setting the right DSD else negative error code
*
*/
@@ -2994,7 +2994,7 @@ static int BcmGetActiveDSD(struct bcm_mini_adapter *Adapter)
* @Adapter : Driver private Data Structure
*
* Return Value:-
- * Sucsess:- STATUS_SUCESS
+ * Success:- STATUS_SUCCESS
* Failure- : negative erro code
*
*/
@@ -3083,7 +3083,7 @@ static int BcmDumpFlash2xSectionBitMap(struct bcm_flash2x_bitmap *psFlash2xBitMa
* @Adapter:-Driver private Data Structure
*
* Return value:-
- * Success:- STATUS_SUCESS
+ * Success:- STATUS_SUCCESS
* Failure:- negative error code
*/
@@ -3330,7 +3330,7 @@ int BcmGetFlash2xSectionalBitMap(struct bcm_mini_adapter *Adapter, struct bcm_fl
* BcmSetActiveSection :- Set Active section is used to make priority field highest over other
* section of same type.
*
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @eFlash2xSectionVal :- Flash section val whose priority has to be made highest.
*
* Return Value:- Make the priorit highest else return erorr code
@@ -3510,7 +3510,7 @@ int BcmSetActiveSection(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_secti
/*
* BcmCopyISO - Used only for copying the ISO section
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @sCopySectStrut :- Section copy structure
*
* Return value:- SUCCESS if copies successfully else negative error code
@@ -3792,7 +3792,7 @@ out:
/*
* BcmFlash2xCorruptSig : this API is used to corrupt the written sig in Bcm Header present in flash section.
* It will corrupt the sig, if Section is writable, by making first bytes as zero.
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @eFlash2xSectionVal :- Flash section val which has header
*
* Return Value :-
@@ -3820,7 +3820,7 @@ int BcmFlash2xCorruptSig(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_sect
/*
*BcmFlash2xWriteSig :-this API is used to Write the sig if requested Section has
* header and Write Permission.
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @eFlashSectionVal :- Flash section val which has header
*
* Return Value :-
@@ -3882,7 +3882,7 @@ int BcmFlash2xWriteSig(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_sectio
/*
* validateFlash2xReadWrite :- This API is used to validate the user request for Read/Write.
* if requested Bytes goes beyond the Requested section, it reports error.
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @psFlash2xReadWrite :-Flash2x Read/write structure pointer
*
* Return values:-Return TRUE is request is valid else false.
@@ -3950,7 +3950,7 @@ int validateFlash2xReadWrite(struct bcm_mini_adapter *Adapter, struct bcm_flash2
/*
* IsFlash2x :- check for Flash 2.x
- * Adapater :- Bcm Driver Private Data Structure
+ * Adapter :- Bcm Driver Private Data Structure
*
* Return value:-
* return TRUE if flah2.x of hgher version else return false.
@@ -3966,7 +3966,7 @@ int IsFlash2x(struct bcm_mini_adapter *Adapter)
/*
* GetFlashBaseAddr :- Calculate the Flash Base address
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
*
* Return Value:-
* Success :- Base Address of the Flash
@@ -4005,7 +4005,7 @@ static int GetFlashBaseAddr(struct bcm_mini_adapter *Adapter)
* BcmCopySection :- This API is used to copy the One section in another. Both section should
* be contiuous and of same size. Hence this Will not be applicabe to copy ISO.
*
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @SrcSection :- Source section From where data has to be copied
* @DstSection :- Destination section to which data has to be copied
* @offset :- Offset from/to where data has to be copied from one section to another.
@@ -4112,7 +4112,7 @@ int BcmCopySection(struct bcm_mini_adapter *Adapter,
/*
* SaveHeaderIfPresent :- This API is use to Protect the Header in case of Header Sector write
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @pBuff :- Data buffer that has to be written in sector having the header map.
* @uiOffset :- Flash offset that has to be written.
*
@@ -4181,7 +4181,7 @@ static int SaveHeaderIfPresent(struct bcm_mini_adapter *Adapter, PUCHAR pBuff, u
/*
* BcmDoChipSelect : This will selcet the appropriate chip for writing.
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
*
* OutPut:-
* Select the Appropriate chip and retrn status Success
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] staging: bcm: nvm: Fixed spelling errors, that may break grep.
2014-11-25 17:30 [PATCH] staging: bcm: nvm: Fixed spelling errors, that may break grep icyflame
@ 2014-11-25 17:36 ` Greg KH
2014-11-25 17:55 ` Dan Carpenter
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2014-11-25 17:36 UTC (permalink / raw)
To: icyflame
Cc: mail, rickard_strandqvist, ztugcesirin, fanwlexca, rashika.kheria,
devel, linux-kernel, klmckinney1
On Tue, Nov 25, 2014 at 11:00:35PM +0530, icyflame wrote:
> Changing the following:
>
> Adapater -> Adapter
> STATUS_SUCESS -> STATUS_SUCCESS
>
> Signed-off by: Siddharth Kannan <kannan.siddharth12@gmail.com>
> ---
> drivers/staging/bcm/nvm.c | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)
Your "From:" line name does not match your Signed-off-by: line (and you
typoed Signed-off-by:), so I can't take this patch, sorry.
Please fix and resend.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] staging: bcm: nvm: Fixed spelling errors, that may break grep.
2014-11-25 17:30 [PATCH] staging: bcm: nvm: Fixed spelling errors, that may break grep icyflame
2014-11-25 17:36 ` Greg KH
@ 2014-11-25 17:55 ` Dan Carpenter
1 sibling, 0 replies; 5+ messages in thread
From: Dan Carpenter @ 2014-11-25 17:55 UTC (permalink / raw)
To: icyflame
Cc: gregkh, devel, fanwlexca, rickard_strandqvist, linux-kernel,
rashika.kheria, ztugcesirin
Your From email header should match your signed-off-by line. The BCM
driver was deleted. You should be working against linux-next.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] staging: bcm: nvm: Fixed spelling errors, that may break grep.
@ 2014-11-25 18:28 Siddharth Kannan
2014-11-25 18:57 ` Dan Carpenter
0 siblings, 1 reply; 5+ messages in thread
From: Siddharth Kannan @ 2014-11-25 18:28 UTC (permalink / raw)
To: gregkh
Cc: mail, rickard_strandqvist, ztugcesirin, fanwlexca, rashika.kheria,
devel, linux-kernel, klmckinney1, kannan.siddharth12
Changing the following:
Adapater -> Adapter
STATUS_SUCESS -> STATUS_SUCCESS
Signed-off-by: Siddharth Kannan <kannan.siddharth12@gmail.com>
---
drivers/staging/bcm/nvm.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/drivers/staging/bcm/nvm.c b/drivers/staging/bcm/nvm.c
index ce09473..3cb6eed 100644
--- a/drivers/staging/bcm/nvm.c
+++ b/drivers/staging/bcm/nvm.c
@@ -2953,7 +2953,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 negative error code
+ * Return STATUS_SUCCESS if get success in setting the right DSD else negative error code
*
*/
@@ -2994,7 +2994,7 @@ static int BcmGetActiveDSD(struct bcm_mini_adapter *Adapter)
* @Adapter : Driver private Data Structure
*
* Return Value:-
- * Sucsess:- STATUS_SUCESS
+ * Success:- STATUS_SUCCESS
* Failure- : negative erro code
*
*/
@@ -3083,7 +3083,7 @@ static int BcmDumpFlash2xSectionBitMap(struct bcm_flash2x_bitmap *psFlash2xBitMa
* @Adapter:-Driver private Data Structure
*
* Return value:-
- * Success:- STATUS_SUCESS
+ * Success:- STATUS_SUCCESS
* Failure:- negative error code
*/
@@ -3330,7 +3330,7 @@ int BcmGetFlash2xSectionalBitMap(struct bcm_mini_adapter *Adapter, struct bcm_fl
* BcmSetActiveSection :- Set Active section is used to make priority field highest over other
* section of same type.
*
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @eFlash2xSectionVal :- Flash section val whose priority has to be made highest.
*
* Return Value:- Make the priorit highest else return erorr code
@@ -3510,7 +3510,7 @@ int BcmSetActiveSection(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_secti
/*
* BcmCopyISO - Used only for copying the ISO section
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @sCopySectStrut :- Section copy structure
*
* Return value:- SUCCESS if copies successfully else negative error code
@@ -3792,7 +3792,7 @@ out:
/*
* BcmFlash2xCorruptSig : this API is used to corrupt the written sig in Bcm Header present in flash section.
* It will corrupt the sig, if Section is writable, by making first bytes as zero.
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @eFlash2xSectionVal :- Flash section val which has header
*
* Return Value :-
@@ -3820,7 +3820,7 @@ int BcmFlash2xCorruptSig(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_sect
/*
*BcmFlash2xWriteSig :-this API is used to Write the sig if requested Section has
* header and Write Permission.
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @eFlashSectionVal :- Flash section val which has header
*
* Return Value :-
@@ -3882,7 +3882,7 @@ int BcmFlash2xWriteSig(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_sectio
/*
* validateFlash2xReadWrite :- This API is used to validate the user request for Read/Write.
* if requested Bytes goes beyond the Requested section, it reports error.
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @psFlash2xReadWrite :-Flash2x Read/write structure pointer
*
* Return values:-Return TRUE is request is valid else false.
@@ -3950,7 +3950,7 @@ int validateFlash2xReadWrite(struct bcm_mini_adapter *Adapter, struct bcm_flash2
/*
* IsFlash2x :- check for Flash 2.x
- * Adapater :- Bcm Driver Private Data Structure
+ * Adapter :- Bcm Driver Private Data Structure
*
* Return value:-
* return TRUE if flah2.x of hgher version else return false.
@@ -3966,7 +3966,7 @@ int IsFlash2x(struct bcm_mini_adapter *Adapter)
/*
* GetFlashBaseAddr :- Calculate the Flash Base address
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
*
* Return Value:-
* Success :- Base Address of the Flash
@@ -4005,7 +4005,7 @@ static int GetFlashBaseAddr(struct bcm_mini_adapter *Adapter)
* BcmCopySection :- This API is used to copy the One section in another. Both section should
* be contiuous and of same size. Hence this Will not be applicabe to copy ISO.
*
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @SrcSection :- Source section From where data has to be copied
* @DstSection :- Destination section to which data has to be copied
* @offset :- Offset from/to where data has to be copied from one section to another.
@@ -4112,7 +4112,7 @@ int BcmCopySection(struct bcm_mini_adapter *Adapter,
/*
* SaveHeaderIfPresent :- This API is use to Protect the Header in case of Header Sector write
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
* @pBuff :- Data buffer that has to be written in sector having the header map.
* @uiOffset :- Flash offset that has to be written.
*
@@ -4181,7 +4181,7 @@ static int SaveHeaderIfPresent(struct bcm_mini_adapter *Adapter, PUCHAR pBuff, u
/*
* BcmDoChipSelect : This will selcet the appropriate chip for writing.
- * @Adapater :- Bcm Driver Private Data Structure
+ * @Adapter :- Bcm Driver Private Data Structure
*
* OutPut:-
* Select the Appropriate chip and retrn status Success
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] staging: bcm: nvm: Fixed spelling errors, that may break grep.
2014-11-25 18:28 Siddharth Kannan
@ 2014-11-25 18:57 ` Dan Carpenter
0 siblings, 0 replies; 5+ messages in thread
From: Dan Carpenter @ 2014-11-25 18:57 UTC (permalink / raw)
To: Siddharth Kannan
Cc: gregkh, devel, fanwlexca, rickard_strandqvist, linux-kernel,
rashika.kheria, ztugcesirin
On Tue, Nov 25, 2014 at 11:58:18PM +0530, Siddharth Kannan wrote:
> Changing the following:
>
> Adapater -> Adapter
> STATUS_SUCESS -> STATUS_SUCCESS
>
The driver you are changing doesn't exist any more. Work against
linux-next.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-25 18:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 17:30 [PATCH] staging: bcm: nvm: Fixed spelling errors, that may break grep icyflame
2014-11-25 17:36 ` Greg KH
2014-11-25 17:55 ` Dan Carpenter
-- strict thread matches above, loose matches on Subject: below --
2014-11-25 18:28 Siddharth Kannan
2014-11-25 18:57 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox