Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363328 > unrolled thread
| Started by | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| First post | 2016-03-23 12:00 +0100 |
| Last post | 2016-03-23 19:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] staging: comedi: drivers: remove bogus ni_mio_c_common.c Ian Abbott <abbotti@mev.co.uk> - 2016-03-23 12:00 +0100
RE: [PATCH] staging: comedi: drivers: remove bogus ni_mio_c_common.c Hartley Sweeten <HartleyS@visionengravers.com> - 2016-03-23 19:00 +0100
| From | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| Date | 2016-03-23 12:00 +0100 |
| Subject | [PATCH] staging: comedi: drivers: remove bogus ni_mio_c_common.c |
| Message-ID | <rfOG6-298-13@gated-at.bofh.it> |
The zero-length file "ni_mio_c_common.c" was inadvertantly created by
commit e563637b5fef ("staging: comedi: Use ARRAY_SIZE for sizes of
arrays"). Remove it.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
---
drivers/staging/comedi/drivers/ni_mio_c_common.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 drivers/staging/comedi/drivers/ni_mio_c_common.c
diff --git a/drivers/staging/comedi/drivers/ni_mio_c_common.c b/drivers/staging/comedi/drivers/ni_mio_c_common.c
deleted file mode 100644
index e69de29..0000000
--
2.7.0
[toc] | [next] | [standalone]
| From | Hartley Sweeten <HartleyS@visionengravers.com> |
|---|---|
| Date | 2016-03-23 19:00 +0100 |
| Message-ID | <rfVex-6Z8-3@gated-at.bofh.it> |
| In reply to | #1363328 |
On Wednesday, March 23, 2016 3:55 AM, Ian Abbott wrote:
> The zero-length file "ni_mio_c_common.c" was inadvertantly created by
> commit e563637b5fef ("staging: comedi: Use ARRAY_SIZE for sizes of
> arrays"). Remove it.
>
> Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
> ---
> drivers/staging/comedi/drivers/ni_mio_c_common.c | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> delete mode 100644 drivers/staging/comedi/drivers/ni_mio_c_common.c
>
> diff --git a/drivers/staging/comedi/drivers/ni_mio_c_common.c b/drivers/staging/comedi/drivers/ni_mio_c_common.c
> deleted file mode 100644
> index e69de29..0000000
Weird. Good catch.
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web