kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in comment
authorPreeti U Murthy <preeti@linux.vnet.ibm.com>
Thu, 30 Apr 2015 11:57:21 +0000 (17:27 +0530)
committerIngo Molnar <mingo@kernel.org>
Fri, 8 May 2015 10:28:53 +0000 (12:28 +0200)
commit663fdcbee0a656cdaef934e7f50e6c2670373bc9
treecaed158e0e8f8c441fb9718de8f424f05ac0a2cc
parent59aabfc7e959f5f213e4e5cc7567ab4934da2adf
kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in comment

Looks like commit :

 43239cbe79fc ("kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)")

left behind a reference to ASSIGN_ONCE(). Update this to WRITE_ONCE().

Signed-off-by: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: borntraeger@de.ibm.com
Cc: dave@stgolabs.net
Cc: paulmck@linux.vnet.ibm.com
Link: http://lkml.kernel.org/r/20150430115721.22278.94082.stgit@preeti.in.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/compiler.h
This page took 0.039799 seconds and 5 git commands to generate.