diff mbox series

libpdbg: Fix a typo

Message ID 20180717071925.7135-1-amitay@ozlabs.org
State Accepted
Headers show
Series libpdbg: Fix a typo | expand

Commit Message

Amitay Isaacs July 17, 2018, 7:19 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 libpdbg/cfam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alistair Popple Aug. 2, 2018, 5:04 a.m. UTC | #1
Thanks!

On Tuesday, 17 July 2018 5:19:25 PM AEST Amitay Isaacs wrote:
> Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
> ---
>  libpdbg/cfam.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libpdbg/cfam.c b/libpdbg/cfam.c
> index 97d0e9f..5437701 100644
> --- a/libpdbg/cfam.c
> +++ b/libpdbg/cfam.c
> @@ -321,7 +321,7 @@ static int cfam_hmfsi_probe(struct pdbg_target *target)
>  	fsi_read(fsi_parent, 0x3404, &value);
>  	value |= 1 << (31 - port);
>  	if ((rc = fsi_write(fsi_parent, 0x3404, value))) {
> -		PR_ERROR("Unale to enable HMFSI port %d\n", port);
> +		PR_ERROR("Unable to enable HMFSI port %d\n", port);
>  		return rc;
>  	}
>  
>
diff mbox series

Patch

diff --git a/libpdbg/cfam.c b/libpdbg/cfam.c
index 97d0e9f..5437701 100644
--- a/libpdbg/cfam.c
+++ b/libpdbg/cfam.c
@@ -321,7 +321,7 @@  static int cfam_hmfsi_probe(struct pdbg_target *target)
 	fsi_read(fsi_parent, 0x3404, &value);
 	value |= 1 << (31 - port);
 	if ((rc = fsi_write(fsi_parent, 0x3404, value))) {
-		PR_ERROR("Unale to enable HMFSI port %d\n", port);
+		PR_ERROR("Unable to enable HMFSI port %d\n", port);
 		return rc;
 	}