arm64: alternatives: fix pr_fmt string for consistency
Consistently use the plural form for alternatives pr_fmt strings. Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
parent
07c802bd7c
commit
c9453a3ab1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user