public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: wfx: Fixed a space coding style issue.
@ 2022-04-26 13:51 Noah Tschirner
  2022-04-26 14:11 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Noah Tschirner @ 2022-04-26 13:51 UTC (permalink / raw)
  To: jerome.pouiller; +Cc: gregkh, linux-staging, linux-kernel, Noah Tschirner

Fixed a space coding style issue.

Signed-off-by: Noah Tschirner <noahtschirner@gmail.com>
---
 drivers/staging/wfx/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wfx/main.c b/drivers/staging/wfx/main.c
index b93b16b900c8..e575a81ca2ca 100644
--- a/drivers/staging/wfx/main.c
+++ b/drivers/staging/wfx/main.c
@@ -170,7 +170,7 @@ bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor)
  *
  * The PDS file is an array of Time-Length-Value structs.
  */
- int wfx_send_pds(struct wfx_dev *wdev, u8 *buf, size_t len)
+int wfx_send_pds(struct wfx_dev *wdev, u8 *buf, size_t len)
 {
 	int ret, chunk_type, chunk_len, chunk_num = 0;
 
-- 
2.32.0


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

end of thread, other threads:[~2022-04-26 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26 13:51 [PATCH] Staging: wfx: Fixed a space coding style issue Noah Tschirner
2022-04-26 14:11 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox