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

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