diff mbox

[5/6] utilities: kernelscan: fix comment that explains how to use this tool

Message ID 1351875517-19128-6-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Nov. 2, 2012, 4:58 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

The comment contains the wrong name for the tool, fix this spelling
mistake.

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

Comments

Keng-Yu Lin Nov. 7, 2012, 2:19 a.m. UTC | #1
On Sat, Nov 3, 2012 at 12:58 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> The comment contains the wrong name for the tool, fix this spelling
> mistake.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  src/utilities/kernelscan.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/utilities/kernelscan.c b/src/utilities/kernelscan.c
> index 2e0d606..67d623b 100644
> --- a/src/utilities/kernelscan.c
> +++ b/src/utilities/kernelscan.c
> @@ -949,7 +949,7 @@ static int parse_cpp_includes(FILE *fp)
>   *  calls.
>   *
>   *  Usage:
> - *     cat drivers/pnp/pnpacpi/rsparser.c | kernel_scan -E | gcc  -E - | kernel_scan -P
> + *     cat drivers/pnp/pnpacpi/rsparser.c | kernelscan -E | gcc  -E - | kernelscan -P
>   *
>   *  This prints out any kernel printk KERN_ERR calls
>   *  or dev_err calls and checks to see if the error can be matched by
> --
> 1.7.10.4
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Alex Hung Nov. 21, 2012, 5:51 a.m. UTC | #2
On 11/03/2012 12:58 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> The comment contains the wrong name for the tool, fix this spelling
> mistake.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/utilities/kernelscan.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/utilities/kernelscan.c b/src/utilities/kernelscan.c
> index 2e0d606..67d623b 100644
> --- a/src/utilities/kernelscan.c
> +++ b/src/utilities/kernelscan.c
> @@ -949,7 +949,7 @@ static int parse_cpp_includes(FILE *fp)
>    *  calls.
>    *
>    *  Usage:
> - *  	cat drivers/pnp/pnpacpi/rsparser.c | kernel_scan -E | gcc  -E - | kernel_scan -P
> + *	cat drivers/pnp/pnpacpi/rsparser.c | kernelscan -E | gcc  -E - | kernelscan -P
>    *
>    *  This prints out any kernel printk KERN_ERR calls
>    *  or dev_err calls and checks to see if the error can be matched by
>
Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/src/utilities/kernelscan.c b/src/utilities/kernelscan.c
index 2e0d606..67d623b 100644
--- a/src/utilities/kernelscan.c
+++ b/src/utilities/kernelscan.c
@@ -949,7 +949,7 @@  static int parse_cpp_includes(FILE *fp)
  *  calls.
  *
  *  Usage:
- *  	cat drivers/pnp/pnpacpi/rsparser.c | kernel_scan -E | gcc  -E - | kernel_scan -P
+ *	cat drivers/pnp/pnpacpi/rsparser.c | kernelscan -E | gcc  -E - | kernelscan -P
  *
  *  This prints out any kernel printk KERN_ERR calls
  *  or dev_err calls and checks to see if the error can be matched by