diff mbox

[11/26] lib: fwts_button: fix comment on function name

Message ID 1350246738-31699-12-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Oct. 14, 2012, 8:32 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 src/lib/src/fwts_button.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung Oct. 15, 2012, 3:37 a.m. UTC | #1
On 10/15/2012 04:32 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/lib/src/fwts_button.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/src/fwts_button.c b/src/lib/src/fwts_button.c
> index a22da82..c410d5f 100644
> --- a/src/lib/src/fwts_button.c
> +++ b/src/lib/src/fwts_button.c
> @@ -93,7 +93,7 @@ static int fwts_button_match_state_proc(int button, int *matched, int *not_match
>   }
>
>   /*
> - *  fwts_button_match_state_proc()
> + *  fwts_button_match_state()
>    *	find matching button state and keep count of matching
>    *	any non-matching states found
>    *
>

Acked-by: Alex Hung <alex.hung@canonical.com>
Keng-Yu Lin Oct. 17, 2012, 7:45 a.m. UTC | #2
On Mon, Oct 15, 2012 at 4:32 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  src/lib/src/fwts_button.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/src/fwts_button.c b/src/lib/src/fwts_button.c
> index a22da82..c410d5f 100644
> --- a/src/lib/src/fwts_button.c
> +++ b/src/lib/src/fwts_button.c
> @@ -93,7 +93,7 @@ static int fwts_button_match_state_proc(int button, int *matched, int *not_match
>  }
>
>  /*
> - *  fwts_button_match_state_proc()
> + *  fwts_button_match_state()
>   *     find matching button state and keep count of matching
>   *     any non-matching states found
>   *
> --
> 1.7.10.4
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

diff --git a/src/lib/src/fwts_button.c b/src/lib/src/fwts_button.c
index a22da82..c410d5f 100644
--- a/src/lib/src/fwts_button.c
+++ b/src/lib/src/fwts_button.c
@@ -93,7 +93,7 @@  static int fwts_button_match_state_proc(int button, int *matched, int *not_match
 }
 
 /*
- *  fwts_button_match_state_proc()
+ *  fwts_button_match_state()
  *	find matching button state and keep count of matching
  *	any non-matching states found
  *