All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anders Larsen <al@alarsen.net>
To: Masanari Iida <standby24x7@gmail.com>
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [trivial]treewide: Fix typo in various drivers
Date: Fri, 28 Dec 2012 17:39:08 +0100	[thread overview]
Message-ID: <1356712748.4121.5@oscar> (raw)
In-Reply-To: <1356709778-6933-1-git-send-email-standby24x7@gmail.com> (from standby24x7@gmail.com on Fri Dec 28 16:49:38 2012)

On 2012-12-28 16:49, Masanari Iida wrote:
> Correct spelling typo in printk within various drivers.
> ---
> diff --git a/net/caif/cfcnfg.c b/net/caif/cfcnfg.c
> index ba9cfd4..8d0fe66 100644
> --- a/net/caif/cfcnfg.c
> +++ b/net/caif/cfcnfg.c
> @@ -402,7 +402,7 @@ cfcnfg_linkup_rsp(struct cflayer *layer, u8  
> channel_id, enum cfctrl_srv serv,
> 
>  	phyinfo = cfcnfg_get_phyinfo_rcu(cnfg, phyid);
>  	if (phyinfo == NULL) {
> -		pr_err("ERROR: Link Layer Device dissapeared"
> +		pr_err("ERROR: Link Layer Device dissappeared"

that should rather be
+		pr_err("ERROR: Link Layer Device disappeared"

>  				"while connecting\n");
>  		goto unlock;
>  	}

Cheers
Anders

  reply	other threads:[~2012-12-28 16:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-28 15:49 [PATCH] [trivial]treewide: Fix typo in various drivers Masanari Iida
2012-12-28 16:39 ` Anders Larsen [this message]
2012-12-28 17:33   ` Joe Perches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1356712748.4121.5@oscar \
    --to=al@alarsen.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.