[Intel-xe] ✗ CI.checkpatch: warning for Use DPA offset for page table entries.
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 3 22:55:02 UTC 2023
== Series Details ==
Series: Use DPA offset for page table entries.
URL : https://patchwork.freedesktop.org/series/124577/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 06d18a85108ff0da936256f422ac4c0d54a3ef0d
Author: David Kershner <david.kershner at intel.com>
Date: Tue Oct 3 18:21:45 2023 -0400
drm/xe/xe_hwmon.c: Add static to xe_hwmon_process_reg_read64
Add static to xe_hwmon_process_reg_read64 to avoid compile warning:
../drivers/gpu/drm/xe/xe_hwmon.c:126:5: error: no previous prototype
for ‘xe_hwmon_process_reg_read64’ [-Werror=missing-prototypes]
Signed-off-by: David Kershner <david.kershner at intel.com>
+ /mt/dim checkpatch 090c3e92db31fbbe59a47d44f8dd7e8a1ccbcb36 drm-intel
e9f64104f drm/xe/xe_migrate.c: Use DPA offset for page table entries.
06d18a851 drm/xe/xe_hwmon.c: Add static to xe_hwmon_process_reg_read64
-:25: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#25: FILE: drivers/gpu/drm/xe/xe_hwmon.c:126:
+static int xe_hwmon_process_reg_read64(struct xe_hwmon *hwmon, enum xe_hwmon_reg hwmon_reg, u64 *value)
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
More information about the Intel-xe
mailing list