Loading
tools/workqueue/wq_dump.py: add NODE prefix to all node columns
Previously only the first node column showed "NODE 0" while subsequent columns showed just the bare node number, making it unclear what the numbers refer to. Add the "NODE" prefix to all node columns and remove the now-unnecessary first/else branching. Signed-off-by:Breno Leitao <leitao@debian.org> Signed-off-by:
Tejun Heo <tj@kernel.org>