<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/comedi, branch v4.0-rc2</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>STAGING: Fix pcl818.c coding style issue: line over 80 characters</title>
<updated>2015-02-07T09:15:42+00:00</updated>
<author>
<name>Simon Guo</name>
<email>wei.guo.simon@gmail.com</email>
</author>
<published>2015-01-29T05:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8004a0c9b0e694c25e1ea7e058c64dff459f19f9'/>
<id>8004a0c9b0e694c25e1ea7e058c64dff459f19f9</id>
<content type='text'>
Correct one coding style problem(detected by checkpatch.pl) in pcl818.c.
- line over 80 characters

Signed-off-by: Simon Guo &lt;wei.guo.simon@gmail.com&gt;
Reviewed-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct one coding style problem(detected by checkpatch.pl) in pcl818.c.
- line over 80 characters

Signed-off-by: Simon Guo &lt;wei.guo.simon@gmail.com&gt;
Reviewed-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>STAGING: Fix pcl818.c coding style issue: code indent should use tabs where possible</title>
<updated>2015-02-07T09:15:42+00:00</updated>
<author>
<name>Simon Guo</name>
<email>wei.guo.simon@gmail.com</email>
</author>
<published>2015-01-29T05:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=25ef8072fbea1843c29c24cf82e6913c504db55c'/>
<id>25ef8072fbea1843c29c24cf82e6913c504db55c</id>
<content type='text'>
Correct one coding style problem(detected by checkpatch.pl) in pcl818.c.
- code indent should use tabs where possible
It is fixed by reformatting the comment block to usual comment style.

And with the reformatting, following coding style problem is also fixed:
- please, no space before tabs

Signed-off-by: Simon Guo &lt;wei.guo.simon@gmail.com&gt;
Reviewed-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct one coding style problem(detected by checkpatch.pl) in pcl818.c.
- code indent should use tabs where possible
It is fixed by reformatting the comment block to usual comment style.

And with the reformatting, following coding style problem is also fixed:
- please, no space before tabs

Signed-off-by: Simon Guo &lt;wei.guo.simon@gmail.com&gt;
Reviewed-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: comedi: dt282x: condition with no effect - if identical to else</title>
<updated>2015-02-07T09:06:49+00:00</updated>
<author>
<name>Nicholas Mc Guire</name>
<email>hofrat@osadl.org</email>
</author>
<published>2015-02-04T17:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=369ba5b8310b401bd04d73d39f57d50a06ef8c09'/>
<id>369ba5b8310b401bd04d73d39f57d50a06ef8c09</id>
<content type='text'>
The if and the else branch code are identical - so the condition has no
effect on the effective code - this patch removes the condition and the
duplicated code.

Signed-off-by: Nicholas Mc Guire &lt;hofrat@osadl.org&gt;
Reviewed-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The if and the else branch code are identical - so the condition has no
effect on the effective code - this patch removes the condition and the
duplicated code.

Signed-off-by: Nicholas Mc Guire &lt;hofrat@osadl.org&gt;
Reviewed-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: comedi: comedi_pcmcia.h: move PCMCIA stuff out of comedidev.h</title>
<updated>2015-02-07T09:05:51+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2015-01-30T09:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=aedd2e80c9409084b68b1c3a5a4e25ddc212d64a'/>
<id>aedd2e80c9409084b68b1c3a5a4e25ddc212d64a</id>
<content type='text'>
Move the PCMCIA-specific stuff out of "comedidev.h" into
"comedi_pcmcia.h".  Comedi PCMCIA drivers now include "comedi_pcmcia.h"
instead of "comedidev.h", which now gets pulled in indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the PCMCIA-specific stuff out of "comedidev.h" into
"comedi_pcmcia.h".  Comedi PCMCIA drivers now include "comedi_pcmcia.h"
instead of "comedidev.h", which now gets pulled in indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: comedi: quatech_daqp_cs: include new "comedi_pcmcia.h" header</title>
<updated>2015-02-07T09:05:51+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2015-01-30T09:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f0dff1a4b1fb21c499eb25969abea41dcabf9987'/>
<id>f0dff1a4b1fb21c499eb25969abea41dcabf9987</id>
<content type='text'>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/cisreg.h&gt;, &lt;pcmcia/ds.h&gt; and
"../comedidev.h".  &lt;pcmcia/cisreg.h&gt; isn't needed and the others will
now get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/cisreg.h&gt;, &lt;pcmcia/ds.h&gt; and
"../comedidev.h".  &lt;pcmcia/cisreg.h&gt; isn't needed and the others will
now get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: comedi: ni_mio_cs: include new "comedi_pcmcia.h" header</title>
<updated>2015-02-07T09:05:50+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2015-01-30T09:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=064c654465a6c48d7d7c91d59c449c85fd14e6fa'/>
<id>064c654465a6c48d7d7c91d59c449c85fd14e6fa</id>
<content type='text'>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/ds.h&gt; and "../comedidev.h", which will now
get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/ds.h&gt; and "../comedidev.h", which will now
get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: comedi: ni_labpc_cs: include new "comedi_pcmcia.h" header</title>
<updated>2015-02-07T09:05:50+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2015-01-30T09:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=778edf45e666a936581cc29ad71c7d1d0efc4d92'/>
<id>778edf45e666a936581cc29ad71c7d1d0efc4d92</id>
<content type='text'>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/cisreg.h&gt;, &lt;pcmcia/ds.h&gt; and
"../comedidev.h".  &lt;pcmcia/cisreg.h&gt; isn't needed and the others will
now get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/cisreg.h&gt;, &lt;pcmcia/ds.h&gt; and
"../comedidev.h".  &lt;pcmcia/cisreg.h&gt; isn't needed and the others will
now get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: comedi: ni_daq_dio24: include new "comedi_pcmcia.h" header</title>
<updated>2015-02-07T09:05:50+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2015-01-30T09:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=51d5483f7b7b753dfada03408c3aaf6610b46137'/>
<id>51d5483f7b7b753dfada03408c3aaf6610b46137</id>
<content type='text'>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/cisreg.h&gt;, &lt;pcmcia/ds.h&gt; and
"../comedidev.h".  &lt;pcmcia/cisreg.h&gt; isn't needed and the others will
now get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/cisreg.h&gt;, &lt;pcmcia/ds.h&gt; and
"../comedidev.h".  &lt;pcmcia/cisreg.h&gt; isn't needed and the others will
now get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: comedi: ni_daq_700: include new "comedi_pcmcia.h" header</title>
<updated>2015-02-07T09:05:50+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2015-01-30T09:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a411febedebeeb61f264daa9d62b456ad1a7a072'/>
<id>a411febedebeeb61f264daa9d62b456ad1a7a072</id>
<content type='text'>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/ds.h&gt; and "../comedidev.h", which will now
get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/ds.h&gt; and "../comedidev.h", which will now
get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: comedi: das08_cs: include new "comedi_pcmcia.h" header</title>
<updated>2015-02-07T09:05:50+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2015-01-30T09:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0519c8f686150fc1a0676eeb0e7aee3620724c3f'/>
<id>0519c8f686150fc1a0676eeb0e7aee3620724c3f</id>
<content type='text'>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/ds.h&gt; and "../comedidev.h", which will now
get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the new "../comedi_pcmcia.h" header instead of
&lt;pcmcia/cistpl.h&gt;, &lt;pcmcia/ds.h&gt; and "../comedidev.h", which will now
get included indirectly.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Reviewed-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
