From 9dbaebcf9f401c5dcea762e34a3dc8ed10760623 Mon Sep 17 00:00:00 2001 From: Mario Six Date: Fri, 26 Jan 2018 14:43:52 +0100 Subject: flash: Fix spelling of "ERR_TIMOUT" checkpatch.pl complains about the spelling of ERR_TIMOUT. Since the error is only used in a handful of files, we rename the error to ERR_TIMEOUT. Signed-off-by: Mario Six Signed-off-by: Stefan Roese --- board/cobra5272/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/cobra5272/flash.c') diff --git a/board/cobra5272/flash.c b/board/cobra5272/flash.c index 4fac6880f16..ca27b49a3b7 100644 --- a/board/cobra5272/flash.c +++ b/board/cobra5272/flash.c @@ -216,7 +216,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last) goto outahere; } if (chip1 == TMO) { - rc = ERR_TIMOUT; + rc = ERR_TIMEOUT; goto outahere; } -- cgit v1.2.3