From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Sachin Kamat <sachin.kamat@linaro.org>, linux-ide@vger.kernel.org
Cc: trivial@kernel.org, tj@kernel.org
Subject: Re: [PATCH 1/1] ata: ata-samsung_cf: Trivial cleanup in header file
Date: Fri, 14 Feb 2014 17:28:28 +0400 [thread overview]
Message-ID: <52FE19FC.7010905@cogentembedded.com> (raw)
In-Reply-To: <1392359102-6997-1-git-send-email-sachin.kamat@linaro.org>
Hello.
On 14-02-2014 10:25, Sachin Kamat wrote:
> Commit 436d42c61c3e ("ARM: samsung: move platform_data definitions")
> moved the files to the current location but forgot to remove the pointer
> to its previous location. Clean it up. While at it also change the header
> file protection macros appropriately.
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> include/linux/platform_data/ata-samsung_cf.h | 9 ++++-----
> 1 file changed, 4 insertions(+), 5 deletions(-)
> diff --git a/include/linux/platform_data/ata-samsung_cf.h b/include/linux/platform_data/ata-samsung_cf.h
> index 2a3855a8372a..064f86329219 100644
> --- a/include/linux/platform_data/ata-samsung_cf.h
> +++ b/include/linux/platform_data/ata-samsung_cf.h
[...]
> @@ -10,8 +9,8 @@
> * published by the Free Software Foundation.
> */
>
> -#ifndef __ASM_PLAT_ATA_H
> -#define __ASM_PLAT_ATA_H __FILE__
> +#ifndef __ATA_SAMSUNG_CF_ATA_H
> +#define __ATA_SAMSUNG_CF_ATA_H __FILE__
Why not just __ATA_SAMSUNG_CF_H?
WBR, Sergei
next prev parent reply other threads:[~2014-02-14 13:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-14 6:25 [PATCH 1/1] ata: ata-samsung_cf: Trivial cleanup in header file Sachin Kamat
2014-02-14 13:28 ` Sergei Shtylyov [this message]
2014-02-17 3:38 ` Sachin Kamat
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=52FE19FC.7010905@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-ide@vger.kernel.org \
--cc=sachin.kamat@linaro.org \
--cc=tj@kernel.org \
--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.