summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMahad Ibrahim <mahad.ibrahim.dev@gmail.com>2026-04-12 10:45:52 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-04-27 05:01:56 -0600
commit59214b899b5c846c9231d582d2fd163a961a0461 (patch)
tree4ee4dcf00cab808045ca7112d4a1a7357f1a7067 /tools/perf/scripts/python
parent5802af57b224713ae817654c102980627bded435 (diff)
staging: fbtft: Use %pe format specifier for error pointers
The %pe format specifier resolves error pointers to their symbolic representation. Previously %ld with PTR_ERR() was being used, %pe is a better alternative. Fixes the following coccinelle warnings reported by coccicheck: WARNING: Consider using %pe to print PTR_ERR() Testing: I do not own the hardware, therefore I could not perform hardware testing. Compile tested only. Signed-off-by: Mahad Ibrahim <mahad.ibrahim.dev@gmail.com> Link: https://patch.msgid.link/20260412144552.18493-1-mahad.ibrahim.dev@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions