From: Preeti U Murthy Date: Thu, 30 Apr 2015 11:57:21 +0000 (+0530) Subject: kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in comment X-Git-Tag: omap-for-v4.2/fixes-rc1^2~182^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663fdcbee0a656cdaef934e7f50e6c2670373bc9;p=pandora-kernel.git 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 Signed-off-by: Peter Zijlstra (Intel) Cc: Borislav Petkov Cc: H. Peter Anvin Cc: Thomas Gleixner 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 --- Reading git-diff-tree failed