All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kaaira Gupta <kgupta@es.iitr.ac.in>
To: jerome.pouiller@silabs.com,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	outreachy-kernel@googlegroups.com, kgupta@es.iitr.ac.in
Subject: [PATCH 4/6] staging: wfx: data_tx.h: remove space after cast
Date: Tue, 10 Mar 2020 19:55:07 +0530	[thread overview]
Message-ID: <20200310142509.25632-5-kgupta@es.iitr.ac.in> (raw)
In-Reply-To: <20200310142509.25632-1-kgupta@es.iitr.ac.in>

remove extra space after a cast in file data_tx.h

Signed-off-by: Kaaira Gupta <kgupta@es.iitr.ac.in>
---
 drivers/staging/wfx/data_tx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wfx/data_tx.h b/drivers/staging/wfx/data_tx.h
index 04b2147101b6..c545dd75449b 100644
--- a/drivers/staging/wfx/data_tx.h
+++ b/drivers/staging/wfx/data_tx.h
@@ -61,7 +61,7 @@ static inline struct wfx_tx_priv *wfx_skb_tx_priv(struct sk_buff *skb)
 static inline struct hif_req_tx *wfx_skb_txreq(struct sk_buff *skb)
 {
 	struct hif_msg *hif = (struct hif_msg *)skb->data;
-	struct hif_req_tx *req = (struct hif_req_tx *) hif->body;
+	struct hif_req_tx *req = (struct hif_req_tx *)hif->body;
 
 	return req;
 }
-- 
2.17.1



  parent reply	other threads:[~2020-03-10 14:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10 14:25 [PATCH 0/6] Clean-ups in wfx driver Kaaira Gupta
2020-03-10 14:25 ` [PATCH 1/6] staging: wfx: data_rx.c: remove space after cast Kaaira Gupta
2020-03-10 14:25 ` [PATCH 2/6] staging: wfx: change 1 to bool Kaaira Gupta
2020-03-10 14:25 ` [PATCH 3/6] staging: wfx: dat_tx.c: remove space after a cast Kaaira Gupta
2020-03-10 14:25 ` Kaaira Gupta [this message]
2020-03-10 14:25 ` [PATCH 5/6] staging: wfx: remove variable declaration Kaaira Gupta
2020-03-10 14:25 ` [PATCH 6/6] staging: wfx: remove unused structure Kaaira Gupta
2020-03-10 17:40 ` [Outreachy kernel] [PATCH 0/6] Clean-ups in wfx driver Stefano Brivio
2020-03-10 18:07   ` Kaaira Gupta
2020-03-10 18:13     ` Kaaira Gupta
2020-03-10 18:45       ` Stefano Brivio
2020-03-10 19:24         ` Kaaira Gupta
2020-03-10 19:30           ` Stefano Brivio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200310142509.25632-5-kgupta@es.iitr.ac.in \
    --to=kgupta@es.iitr.ac.in \
    --cc=gregkh@linuxfoundation.org \
    --cc=jerome.pouiller@silabs.com \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.