lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 13 Jul 2023 16:39:22 +0800
From:   hexingwei001@...suo.com
To:     gerg@...ux-m68k.org, geert@...ux-m68k.org
Cc:     linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: [PATCH] m68k: coldfire: dma_timer: ERROR: "foo __init  bar" should be
 "foo __init bar"

Fix one occurrences of the checkpatch.pl error:
ERROR: "foo __init  bar" should be "foo __init bar"

Signed-off-by: Xingwei He <hexingwei001@...suo.com>
---
  arch/m68k/coldfire/dma_timer.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/coldfire/dma_timer.c 
b/arch/m68k/coldfire/dma_timer.c
index cbb289439606..91e6728f51ed 100644
--- a/arch/m68k/coldfire/dma_timer.c
+++ b/arch/m68k/coldfire/dma_timer.c
@@ -48,7 +48,7 @@ static struct clocksource clocksource_cf_dt = {
      .flags        = CLOCK_SOURCE_IS_CONTINUOUS,
  };

-static int __init  init_cf_dt_clocksource(void)
+static int __init init_cf_dt_clocksource(void)
  {
      /*
       * We setup DMA timer 0 in free run mode. This incrementing counter 
is

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ