Commit c9453a3a authored by Will Deacon's avatar Will Deacon

arm64: alternatives: fix pr_fmt string for consistency

Consistently use the plural form for alternatives pr_fmt strings.
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 07c802bd
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment