projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c802b
)
arm64: alternatives: fix pr_fmt string for consistency
author
Will Deacon
<will.deacon@arm.com>
Tue, 25 Nov 2014 18:27:01 +0000
(18:27 +0000)
committer
Will Deacon
<will.deacon@arm.com>
Tue, 25 Nov 2014 18:27:01 +0000
(18:27 +0000)
Consistently use the plural form for alternatives pr_fmt strings.
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/cpu_errata.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/cpu_errata.c
b/arch/arm64/kernel/cpu_errata.c
index 5a5226ffcbc89f2f68bb34163dad423fd4010866..fa62637e63a8c6e7498ba7957395b3030583bb02 100644
(file)
--- a/
arch/arm64/kernel/cpu_errata.c
+++ b/
arch/arm64/kernel/cpu_errata.c
@@
-16,7
+16,7
@@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define pr_fmt(fmt) "alternative: " fmt
+#define pr_fmt(fmt) "alternative
s
: " fmt
#include <linux/types.h>
#include <asm/cpu.h>