<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/i2o, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-05-10T12:54:38Z</updated>
<entry>
<title>staging: remove i2o subsystem</title>
<updated>2015-05-10T12:54:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-05-10T12:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4a72a7af462de09a2f6ef2bafd08878062b3cb5d'/>
<id>urn:sha1:4a72a7af462de09a2f6ef2bafd08878062b3cb5d</id>
<content type='text'>
This subsystem isn't used anymore, and the hardware isn't around.  It's
been in staging for a while, and it's time for it to now be removed.

Cc: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>i2o: fix simple_return.cocci warnings</title>
<updated>2015-04-30T14:13:13Z</updated>
<author>
<name>kbuild test robot</name>
<email>fengguang.wu@intel.com</email>
</author>
<published>2015-04-30T13:03:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=41d98f584f03660324f078fd812342a1e75edd6d'/>
<id>urn:sha1:41d98f584f03660324f078fd812342a1e75edd6d</id>
<content type='text'>
drivers/staging/i2o/iop.c:777:1-3: WARNING: end returns can be simpified

 Simplify a trivial if-return sequence.  Possibly combine with a
 preceding function call.
Generated by: scripts/coccinelle/misc/simple_return.cocci

CC: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: i2o: Remove unwanted semicolon</title>
<updated>2015-04-30T14:08:24Z</updated>
<author>
<name>Gujulan Elango, Hari Prasath (H.)</name>
<email>hgujulan@visteon.com</email>
</author>
<published>2015-04-23T13:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3ede1b6be0718eb22531c573afc87f275147fbbe'/>
<id>urn:sha1:3ede1b6be0718eb22531c573afc87f275147fbbe</id>
<content type='text'>
This patch removes unwanted semicolon around close braces of code blocks

Signed-off-by: Hari Prasath &lt;hgujulan@visteon.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: iop.c: move assignment out of if () block</title>
<updated>2015-04-30T09:17:54Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-04-29T14:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d9ca7e929d0825984873c2dd3e0bd9fda82e44be'/>
<id>urn:sha1:d9ca7e929d0825984873c2dd3e0bd9fda82e44be</id>
<content type='text'>
We should not be doing assignments within an if () block
so fix up the code to not do this.

change was created using Coccinelle.

CC: Supriya Karanth &lt;iskaranth@gmail.com&gt;
CC: Somya Anand &lt;somyaanand214@gmail.com&gt;
CC: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: i2o: Remove indentation of labels</title>
<updated>2015-03-26T09:40:31Z</updated>
<author>
<name>Helen Fornazier</name>
<email>helen.fornazier@gmail.com</email>
</author>
<published>2015-03-26T00:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=da868b0305c43eaab0e2b3c14807531c5665f0a2'/>
<id>urn:sha1:da868b0305c43eaab0e2b3c14807531c5665f0a2</id>
<content type='text'>
This patch fixes the checkpatche.pl warnings:

WARNING: labels should not be indented
+      context_remove:

WARNING: labels should not be indented
+      nop_msg:

WARNING: labels should not be indented
+      exit:

Signed-off-by: Helen Fornazier &lt;helen.fornazier@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: i2o: Use kstrdup rather than duplicating its implementation</title>
<updated>2015-03-20T12:44:39Z</updated>
<author>
<name>Abdul Hussain S</name>
<email>hussain.abdul@outlook.com</email>
</author>
<published>2015-03-18T09:16:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d38f486142b6edf3dfd3407d8f0e8a55309a9e41'/>
<id>urn:sha1:d38f486142b6edf3dfd3407d8f0e8a55309a9e41</id>
<content type='text'>
The semantic patch that makes this change is available
in scripts/coccinelle/api/kstrdup.cocci

Signed-off-by: Abdul Hussain S &lt;hussain.abdul@outlook.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: i2o: Move assignment out of if statement</title>
<updated>2015-03-16T15:22:16Z</updated>
<author>
<name>Somya Anand</name>
<email>somyaanand214@gmail.com</email>
</author>
<published>2015-03-13T17:23:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=68f4b7379651b107574a5151ee700a6b361920e2'/>
<id>urn:sha1:68f4b7379651b107574a5151ee700a6b361920e2</id>
<content type='text'>
Checkpatch.pl suggest to avoid assignment in if statement.

This patch moves assignments out of the if statement and place
it before the if statement. This is done using following coccinelle
script.

@@
expression E1;
identifier p;
statement S;
@@
- if ((p = E1))
+ p = E1;
+ if (p)
	S

Signed-off-by: Somya Anand &lt;somyaanand214@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: i2o: remove intialization of static ints</title>
<updated>2015-03-16T15:17:31Z</updated>
<author>
<name>Supriya Karanth</name>
<email>iskaranth@gmail.com</email>
</author>
<published>2015-03-12T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5900adaee8cacb6a188ca9cd888a791585f71c4d'/>
<id>urn:sha1:5900adaee8cacb6a188ca9cd888a791585f71c4d</id>
<content type='text'>
static ints are initialized to 0 by the compiler.
Explicit initialization is not necessary.

Found by checkpatch.pl - ERROR: do not initialise statics to 0 or NULL

changes made using coccinelle script:
@@
type T;
identifier var;
@@
static T var
- =0
;

Signed-off-by: Supriya Karanth &lt;iskaranth@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: i2o: Remove use of seq_printf return value</title>
<updated>2015-03-07T00:35:54Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2015-02-22T02:53:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6a3386b15f40e3750b52b9be7a84100edc9ae0f6'/>
<id>urn:sha1:6a3386b15f40e3750b52b9be7a84100edc9ae0f6</id>
<content type='text'>
The seq_printf return value, because it's frequently misused,
will eventually be converted to void.

See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to
     seq_has_overflowed() and make public")

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: i2o: Fix quoted string split across lines</title>
<updated>2015-03-01T23:10:15Z</updated>
<author>
<name>Dilek Uzulmez</name>
<email>dilekuzulmez@gmail.com</email>
</author>
<published>2015-02-27T11:21:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2e3b1b0e09bacbb8f86be0b08b5d50617b57274e'/>
<id>urn:sha1:2e3b1b0e09bacbb8f86be0b08b5d50617b57274e</id>
<content type='text'>
This patch fixes "quoted string split across lines warning" warning in
exec-osm.c

Signed-off-by: Dilek Uzulmez &lt;dilekuzulmez@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
