lkml.org 
[lkml]   [2014]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] block: Add support for Sony SxS cards Signed-off-by: Kieran Kunhya <>
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


\
 
 \ /
  Last update: 2014-07-07 17:21    [W:0.062 / U:2.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site