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]
Date:   Fri, 14 Jul 2023 14:23:49 +0800
From:   sunran001@...suo.com
To:     airlied@...il.com, daniel@...ll.ch
Cc:     amd-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH] drm/amd: open brace '{' following struct go on the same line

Fix the checkpatch error as open brace '{' following struct should
go on the same line.

Signed-off-by: Ran Sun <sunran001@...suo.com>
---
  drivers/gpu/drm/amd/include/atomfirmwareid.h | 6 ++----
  1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/include/atomfirmwareid.h 
b/drivers/gpu/drm/amd/include/atomfirmwareid.h
index e6256efd03ae..1ca5fe7b131b 100644
--- a/drivers/gpu/drm/amd/include/atomfirmwareid.h
+++ b/drivers/gpu/drm/amd/include/atomfirmwareid.h
@@ -28,8 +28,7 @@
  #ifndef _ATOMFIRMWAREID_H_
  #define _ATOMFIRMWAREID_H_

-enum atom_master_data_table_id
-{
+enum atom_master_data_table_id {
      VBIOS_DATA_TBL_ID__UTILITY_PIPELINE,
      VBIOS_DATA_TBL_ID__MULTIMEDIA_INF,
      VBIOS_DATA_TBL_ID__FIRMWARE_INF,
@@ -51,8 +50,7 @@ enum atom_master_data_table_id
      VBIOS_DATA_TBL_ID__UNDEFINED,
  };

-enum atom_master_command_table_id
-{
+enum atom_master_command_table_id {
      VBIOS_CMD_TBL_ID__ASIC_INIT,
      VBIOS_CMD_TBL_ID__DIGX_ENCODER_CONTROL,
      VBIOS_CMD_TBL_ID__SET_ENGINE_CLOCK,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ