]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - mm/vmscan.c
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
[mirror_ubuntu-jammy-kernel.git] / mm / vmscan.c
index a5ad0b35ab8e3e6bea056baf2e5d8729f1003326..90648187f622aeb89df17c9438e9c791a6707964 100644 (file)
@@ -493,7 +493,7 @@ static unsigned long do_shrink_slab(struct shrink_control *shrinkctl,
 
        total_scan += delta;
        if (total_scan < 0) {
-               pr_err("shrink_slab: %pF negative objects to delete nr=%ld\n",
+               pr_err("shrink_slab: %pS negative objects to delete nr=%ld\n",
                       shrinker->scan_objects, total_scan);
                total_scan = freeable;
                next_deferred = nr;