From: Will Deacon will.deacon@arm.com
commit c9453a3ab1a39230a18b3db1d677bbb2bd782baa upstream.
Consistently use the plural form for alternatives pr_fmt strings.
Signed-off-by: Will Deacon will.deacon@arm.com Signed-off-by: David Brown david.brown@linaro.org --- arch/arm64/kernel/cpu_errata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/kernel/cpu_errata.c b/arch/arm64/kernel/cpu_errata.c index bbc710a..ad6d523 100644 --- 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) "alternatives: " fmt
#include <linux/types.h> #include <asm/cpu.h>