✗ CI.checkpatch: warning for Converge on using secs_to_jiffies() (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Nov 15 22:34:27 UTC 2024


== Series Details ==

Series: Converge on using secs_to_jiffies() (rev2)
URL   : https://patchwork.freedesktop.org/series/141435/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b8b17b555ce572f3165821998ec99c974840a526
Author: Easwar Hariharan <eahariha at linux.microsoft.com>
Date:   Fri Nov 15 21:26:38 2024 +0000

    nfp: Convert timeouts to secs_to_jiffies()
    
    Changes made with the following Coccinelle rules:
    
    @@ constant C; @@
    
    - msecs_to_jiffies(C * 1000)
    + secs_to_jiffies(C)
    
    @@ constant C; @@
    
    - msecs_to_jiffies(C * MSEC_PER_SEC)
    + secs_to_jiffies(C)
    
    Signed-off-by: Easwar Hariharan <eahariha at linux.microsoft.com>
+ /mt/dim checkpatch f43942f219c827e4e89baa102ceca3d62205135e drm-intel
8682b538a3c3 netfilter: conntrack: Cleanup timeout definitions
f5bbf2ee43c6 coccinelle: misc: Add secs_to_jiffies script
-:10: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#10: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 21 lines checked
f80eff7eaba6 arm: pxa: Convert timeouts to use secs_to_jiffies()
-:32: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#32: FILE: arch/arm/mach-pxa/sharpsl_pm.c:35:
+#define SHARPSL_CHARGE_FINISH_TIME             (secs_to_jiffies(10*60)) /* 10 min */
                                                                   ^

total: 0 errors, 0 warnings, 1 checks, 12 lines checked
081a56c8be5b s390: kernel: Convert timeouts to use secs_to_jiffies()
682e8147c1b6 powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
cddd41e9c5c2 mm: kmemleak: Convert timeouts to secs_to_jiffies()
7839ffd9d1fd accel/habanalabs: Convert timeouts to secs_to_jiffies()
aa3bf6cbc89e drm/xe: Convert timeout to secs_to_jiffies()
0067add30426 drm/etnaviv: Convert timeouts to secs_to_jiffies()
9ace647b6928 scsi: lpfc: Convert timeouts to secs_to_jiffies()
15aa1431dade scsi: arcmsr: Convert timeouts to secs_to_jiffies()
826b1b9e978e scsi: pm8001: Convert timeouts to secs_to_jiffies()
08f4fec46568 xen/blkback: Convert timeouts to secs_to_jiffies()
3d89032fa5b4 gve: Convert timeouts to secs_to_jiffies()
e6575c295adb wifi: ath11k: Convert timeouts to secs_to_jiffies()
e7e491f4c3a9 Bluetooth: MGMT: Convert timeouts to secs_to_jiffies()
7b5179daa1f3 staging: vc04_services: Convert timeouts to secs_to_jiffies()
ef3432ae4cac ceph: Convert timeouts to secs_to_jiffies()
a8e601fb4323 livepatch: Convert timeouts to secs_to_jiffies()
29df3371e74c ALSA: line6: Convert timeouts to secs_to_jiffies()
b8b17b555ce5 nfp: Convert timeouts to secs_to_jiffies()




More information about the Intel-xe mailing list