summaryrefslogtreecommitdiffstats
path: root/Documentation/DMA-API-HOWTO.txt
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-01-23 21:04:46 +0100
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-04-18 20:38:17 +0200
commit88a4976d0e37c0797ff3e6579a5f91cb7dced90d (patch)
tree220507d827ee5ab102e46c9389b45c2c1a36fd4a /Documentation/DMA-API-HOWTO.txt
parentrcu: Semicolon inside RCU_TRACE() for Tiny RCU (diff)
downloadlinux-88a4976d0e37c0797ff3e6579a5f91cb7dced90d.tar.xz
linux-88a4976d0e37c0797ff3e6579a5f91cb7dced90d.zip
rcu: Semicolon inside RCU_TRACE() for tree.c
The current use of "RCU_TRACE(statement);" can cause odd bugs, especially where "statement" is a local-variable declaration, as it can leave a misplaced ";" in the source code. This commit therefore converts these to "RCU_TRACE(statement;)", which avoids the misplaced ";". Reported-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/DMA-API-HOWTO.txt')
0 files changed, 0 insertions, 0 deletions