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

Commit 6c5be4ff authored by Will Deacon's avatar Will Deacon Committed by David Brown
Browse files

arm64: alternatives: fix pr_fmt string for consistency



commit c9453a3ab1a39230a18b3db1d677bbb2bd782baa upstream.

Consistently use the plural form for alternatives pr_fmt strings.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent 8e0b6b08
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>