Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9453a3a authored by Will Deacon's avatar Will Deacon
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>