All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8188eu: fix typo in comment
@ 2018-03-07  7:55 Santha Meena Ramamoorthy
  2018-03-07  8:47 ` [Outreachy kernel] " Vaishali Thakkar
  0 siblings, 1 reply; 2+ messages in thread
From: Santha Meena Ramamoorthy @ 2018-03-07  7:55 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Santha Meena Ramamoorthy

Fix typo in the words 'transmitted' and 'failure' in the comment. Issue
found using checkpatch.

Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_mlme.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme.c b/drivers/staging/rtl8188eu/core/rtw_mlme.c
index bf0ccd3..8d49e30 100644
--- a/drivers/staging/rtl8188eu/core/rtw_mlme.c
+++ b/drivers/staging/rtl8188eu/core/rtw_mlme.c
@@ -897,7 +897,7 @@ static struct sta_info *rtw_joinbss_update_stainfo(struct adapter *padapter, str
 		 * Commented by Albert 2012/07/21
 		 * When doing the WPS, the wps_ie_len won't equal to 0
 		 * And the Wi-Fi driver shouldn't allow the data
-		 * packet to be tramsmitted.
+		 * packet to be transmitted.
 		 */
 		if (padapter->securitypriv.wps_ie_len != 0) {
 			psta->ieee8021x_blocked = true;
@@ -1371,7 +1371,7 @@ void _rtw_join_timeout_handler (struct timer_list *t)
 }
 
 /*
- * rtw_scan_timeout_handler - Timeout/Faliure handler for CMD SiteSurvey
+ * rtw_scan_timeout_handler - Timeout/Failure handler for CMD SiteSurvey
  * @adapter: pointer to struct adapter structure
  */
 void rtw_scan_timeout_handler (struct timer_list *t)
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Outreachy kernel] [PATCH] staging: rtl8188eu: fix typo in comment
  2018-03-07  7:55 [PATCH] staging: rtl8188eu: fix typo in comment Santha Meena Ramamoorthy
@ 2018-03-07  8:47 ` Vaishali Thakkar
  0 siblings, 0 replies; 2+ messages in thread
From: Vaishali Thakkar @ 2018-03-07  8:47 UTC (permalink / raw)
  To: Santha Meena Ramamoorthy; +Cc: Greg KH, outreachy-kernel

On Wed, Mar 7, 2018 at 1:25 PM, Santha Meena Ramamoorthy
<santhameena13@gmail.com> wrote:
> Fix typo in the words 'transmitted' and 'failure' in the comment. Issue
> found using checkpatch.
>
> Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>

Reviewed-by: Vaishali Thakkar <vthakkar@vaishalithakkar.in>

> ---
>  drivers/staging/rtl8188eu/core/rtw_mlme.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme.c b/drivers/staging/rtl8188eu/core/rtw_mlme.c
> index bf0ccd3..8d49e30 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_mlme.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_mlme.c
> @@ -897,7 +897,7 @@ static struct sta_info *rtw_joinbss_update_stainfo(struct adapter *padapter, str
>                  * Commented by Albert 2012/07/21
>                  * When doing the WPS, the wps_ie_len won't equal to 0
>                  * And the Wi-Fi driver shouldn't allow the data
> -                * packet to be tramsmitted.
> +                * packet to be transmitted.
>                  */
>                 if (padapter->securitypriv.wps_ie_len != 0) {
>                         psta->ieee8021x_blocked = true;
> @@ -1371,7 +1371,7 @@ void _rtw_join_timeout_handler (struct timer_list *t)
>  }
>
>  /*
> - * rtw_scan_timeout_handler - Timeout/Faliure handler for CMD SiteSurvey
> + * rtw_scan_timeout_handler - Timeout/Failure handler for CMD SiteSurvey
>   * @adapter: pointer to struct adapter structure
>   */
>  void rtw_scan_timeout_handler (struct timer_list *t)
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1520409350-61347-1-git-send-email-santhameena13%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-07  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-07  7:55 [PATCH] staging: rtl8188eu: fix typo in comment Santha Meena Ramamoorthy
2018-03-07  8:47 ` [Outreachy kernel] " Vaishali Thakkar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.