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>] [day] [month] [year] [list]
Message-ID: <09e3401881baccc7c535fb9f92b4cca8@208suo.com>
Date:   Sun, 16 Jul 2023 12:53:51 +0800
From:   wuyonggang001@...suo.com
To:     m@...s.ch
Cc:     linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ssb: Modify Format

Fix the following checkpatch error(s):

ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Yonggang Wu <wuyonggang001@...suo.com>
---
  drivers/ssb/driver_chipcommon_pmu.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ssb/driver_chipcommon_pmu.c 
b/drivers/ssb/driver_chipcommon_pmu.c
index 888069e10659..058d70ac6ec8 100644
--- a/drivers/ssb/driver_chipcommon_pmu.c
+++ b/drivers/ssb/driver_chipcommon_pmu.c
@@ -72,7 +72,7 @@ static const struct pmu0_plltab_entry pmu0_plltab[] = 
{
  };
  #define SSB_PMU0_DEFAULT_XTALFREQ    20000

-static const struct pmu0_plltab_entry * pmu0_plltab_find_entry(u32 
crystalfreq)
+static const struct pmu0_plltab_entry *pmu0_plltab_find_entry(u32 
crystalfreq)
  {
      const struct pmu0_plltab_entry *e;
      unsigned int i;
@@ -203,7 +203,7 @@ static const struct pmu1_plltab_entry pmu1_plltab[] 
= {

  #define SSB_PMU1_DEFAULT_XTALFREQ    15360

-static const struct pmu1_plltab_entry * pmu1_plltab_find_entry(u32 
crystalfreq)
+static const struct pmu1_plltab_entry *pmu1_plltab_find_entry(u32 
crystalfreq)
  {
      const struct pmu1_plltab_entry *e;
      unsigned int i;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ