srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 17 Mar 2023 15:06:56 +0000 (08:06 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 4 Apr 2023 15:35:17 +0000 (08:35 -0700)
commit3e67cb8a3c6251c86e5d058d8ee4e1909bc25af0
treeca3e85408d440dfa97fe777b5dd4777ff14c9f02
parent2b4be54830681cc023877d3b33a9b7ae9122e551
srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()

This is a whitespace-only commit with no change in functionality.
Its purpose is to prepare for later commits that: (1) Cause statically
allocated srcu_struct structures to rely on compile-time initialization
and (2) Move fields from the srcu_struct structure to a new srcu_usage
structure.

Cc: Christoph Hellwig <hch@lst.de>
Tested-by: Sachin Sant <sachinp@linux.ibm.com>
Tested-by: "Zhang, Qiang1" <qiang1.zhang@intel.com>
Tested-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
include/linux/srcutree.h