Re: [PATCH v2 01/19] locking/lockdep: Change all print_*() return type to void

From: Bart Van Assche
Date: Tue Mar 19 2019 - 12:30:45 EST


On Mon, 2019-03-18 at 02:45 -0700, Joe Perches wrote:
+AD4 +AD4 -static void
+AD4 +AD4 -print+AF8-circular+AF8-lock+AF8-scenario(struct held+AF8-lock +ACo-src,
+AD4 +AD4 - struct held+AF8-lock +ACo-tgt,
+AD4 +AD4 - struct lock+AF8-list +ACo-prt)
+AD4 +AD4 +-static void print+AF8-circular+AF8-lock+AF8-scenario(struct held+AF8-lock +ACo-src,
+AD4 +AD4 +- struct held+AF8-lock +ACo-tgt,
+AD4 +AD4 +- struct lock+AF8-list +ACo-prt)
+AD4
+AD4 trivia:
+AD4
+AD4 This style change seems superfluous as many
+AD4 other existing functions use the previous style.

I share Joe's opinion.

Bart.