From: Randy Dunlap <rdunlap@infradead.org>
To: Kieran Kunhya <kieran@kunhya.com>, axboe@kernel.dk
Cc: akpm@linux-foundation.org, jmoyer@redhat.com, fabf@skynet.be,
minchan@kernel.org, linus.walleij@linaro.org,
abhansali@stec-inc.com, gnomes@lxorguk.ukuu.org.uk,
jkosina@suse.cz, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] block: Add support for Sony SxS cards Signed-off-by: Kieran Kunhya <kieran@kunhya.com>
Date: Mon, 07 Jul 2014 07:41:32 -0700 [thread overview]
Message-ID: <53BAB19C.7080703@infradead.org> (raw)
In-Reply-To: <1404726794-8964-2-git-send-email-kieran@kunhya.com>
On 07/07/2014 02:53 AM, Kieran Kunhya wrote:
Signed-off-by: should be here,
not in the Subject line.
> ---
> drivers/block/Kconfig | 9 +
> drivers/block/Makefile | 1 +
> drivers/block/sxs.c | 491 ++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 501 insertions(+)
> create mode 100644 drivers/block/sxs.c
>
> diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
> index 014a1cf..50ed13e 100644
> --- a/drivers/block/Kconfig
> +++ b/drivers/block/Kconfig
> @@ -356,6 +356,15 @@ config BLK_DEV_SX8
>
> Use devices /dev/sx8/$N and /dev/sx8/$Np$M.
>
> +config BLK_DEV_SXS
> + tristate "Sony SxS card support"
> + depends on PCI
> + ---help---
> + Saying Y or M here will enable support for reading
> + from Sony SxS cards.
> +
> + It creates a device called /dev/sxs
> +
Use tab to indent tristate, depends, and help.
Use tab + 2 spaces to indent the help text.
> config BLK_DEV_RAM
> tristate "RAM block device support"
> ---help---
> diff --git a/drivers/block/Makefile b/drivers/block/Makefile
> index 02b688d..1e10fb6 100644
> --- a/drivers/block/Makefile
> +++ b/drivers/block/Makefile
> @@ -33,6 +33,7 @@ obj-$(CONFIG_VIRTIO_BLK) += virtio_blk.o
>
> obj-$(CONFIG_BLK_DEV_SX8) += sx8.o
> obj-$(CONFIG_BLK_DEV_HD) += hd.o
> +obj-$(CONFIG_BLK_DEV_SXS) += sxs.o
Use tab(s) here ^^^^^^
not spaces.
>
> obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
> obj-$(CONFIG_XEN_BLKDEV_BACKEND) += xen-blkback/
--
~Randy
next prev parent reply other threads:[~2014-07-07 14:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-07 9:53 [PATCH] Add support for Sony SxS cards Kieran Kunhya
2014-07-07 9:53 ` [PATCH] block: Add support for Sony SxS cards Signed-off-by: Kieran Kunhya <kieran@kunhya.com> Kieran Kunhya
2014-07-07 14:41 ` Randy Dunlap [this message]
2014-07-20 0:01 ` [PATCHv2] block: Add support for Sony SxS cards Kieran Kunhya
2014-09-27 23:43 ` [PATCHv3] " Kieran Kunhya
2014-09-28 2:31 ` Jens Axboe
[not found] ` <1411915159.78518.YahooMailNeo@web161504.mail.bf1.yahoo.com>
2014-09-28 16:35 ` Jens Axboe
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=53BAB19C.7080703@infradead.org \
--to=rdunlap@infradead.org \
--cc=abhansali@stec-inc.com \
--cc=akpm@linux-foundation.org \
--cc=axboe@kernel.dk \
--cc=fabf@skynet.be \
--cc=gnomes@lxorguk.ukuu.org.uk \
--cc=jkosina@suse.cz \
--cc=jmoyer@redhat.com \
--cc=kieran@kunhya.com \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=minchan@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.