linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: wfx: remove space at the start of the line
@ 2022-03-29 22:25 Jaehee Park
  2022-03-30  6:47 ` Jérôme Pouiller
  0 siblings, 1 reply; 2+ messages in thread
From: Jaehee Park @ 2022-03-29 22:25 UTC (permalink / raw)
  To: Jérôme Pouiller, Greg Kroah-Hartman, linux-staging,
	linux-kernel, outreachy

Remove spaces at the start of the line to follow the linux kernel
coding style. Issue found by checkpatch:
WARNING: please, no spaces at the start of a line.

Signed-off-by: Jaehee Park <jhpark1013@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.25.1


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

* Re: [PATCH] staging: wfx: remove space at the start of the line
  2022-03-29 22:25 [PATCH] staging: wfx: remove space at the start of the line Jaehee Park
@ 2022-03-30  6:47 ` Jérôme Pouiller
  0 siblings, 0 replies; 2+ messages in thread
From: Jérôme Pouiller @ 2022-03-30  6:47 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel, outreachy,
	Jaehee Park

On Wednesday 30 March 2022 00:25:34 CEST Jaehee Park wrote:
> Remove spaces at the start of the line to follow the linux kernel
> coding style. Issue found by checkpatch:
> WARNING: please, no spaces at the start of a line.
> 
> Signed-off-by: Jaehee Park <jhpark1013@gmail.com>

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.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.25.1
> 
> 


-- 
Jérôme Pouiller



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

end of thread, other threads:[~2022-03-30  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-29 22:25 [PATCH] staging: wfx: remove space at the start of the line Jaehee Park
2022-03-30  6:47 ` Jérôme Pouiller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).