public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Fixing rts5208 driver code style
@ 2022-10-23 19:32 uroshm
  2022-10-24  3:15 ` Bagas Sanjaya
  0 siblings, 1 reply; 2+ messages in thread
From: uroshm @ 2022-10-23 19:32 UTC (permalink / raw)
  To: akpm, linux-kernel, micky_ching


diff --git a/drivers/staging/rts5208/general.c 
b/drivers/staging/rts5208/general.c
index 0f912b011064..4694593af4d9 100644
--- a/drivers/staging/rts5208/general.c
+++ b/drivers/staging/rts5208/general.c
@@ -9,7 +9,7 @@
   *   Micky Ching (micky_ching@realsil.com.cn)
   */

-#include "general.h"
+ #include "general.h"

  int bit1cnt_long(u32 data)
  {


Signed-off-by: Uros Milojkovic <uroshm@gmail.com>


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

* Re: Fixing rts5208 driver code style
  2022-10-23 19:32 Fixing rts5208 driver code style uroshm
@ 2022-10-24  3:15 ` Bagas Sanjaya
  0 siblings, 0 replies; 2+ messages in thread
From: Bagas Sanjaya @ 2022-10-24  3:15 UTC (permalink / raw)
  To: uroshm; +Cc: akpm, linux-kernel, micky_ching

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

On Sun, Oct 23, 2022 at 03:32:31PM -0400, uroshm wrote:
> 
> diff --git a/drivers/staging/rts5208/general.c
> b/drivers/staging/rts5208/general.c
> index 0f912b011064..4694593af4d9 100644
> --- a/drivers/staging/rts5208/general.c
> +++ b/drivers/staging/rts5208/general.c
> @@ -9,7 +9,7 @@
>   *   Micky Ching (micky_ching@realsil.com.cn)
>   */
> 
> -#include "general.h"
> + #include "general.h"
> 
>  int bit1cnt_long(u32 data)
>  {
> 
> 
> Signed-off-by: Uros Milojkovic <uroshm@gmail.com>
> 

"Strong fishy" smelled (patch corrupted, no description, improper patch
subject).

Please see Documentation/process/{email-clients,submitting-patches}.rst
for how to properly submit patches.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2022-10-24  3:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-23 19:32 Fixing rts5208 driver code style uroshm
2022-10-24  3:15 ` Bagas Sanjaya

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