<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/keucr, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/keucr?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/keucr?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2014-07-24T02:01:36Z</updated>
<entry>
<title>staging: keucr: remove driver</title>
<updated>2014-07-24T02:01:36Z</updated>
<author>
<name>Kristina Martšenko</name>
<email>kristina.martsenko@gmail.com</email>
</author>
<published>2014-07-24T01:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=16fae052074aa44ffa8c15b789719bd9611a1278'/>
<id>urn:sha1:16fae052074aa44ffa8c15b789719bd9611a1278</id>
<content type='text'>
The driver hasn't been fully cleaned up and it doesn't look like anyone
is working on it anymore (including the original author). So remove the
driver and all references to it. If someone wants to finish cleaning
the driver up and moving it out of staging, this commit can be reverted.

Signed-off-by: Kristina Martšenko &lt;kristina.martsenko@gmail.com&gt;
Cc: Cho, Yu-Chen &lt;acho@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: keucr: usb.c: add blank lines after declarations</title>
<updated>2014-06-18T22:23:59Z</updated>
<author>
<name>Mathias Engan</name>
<email>mathias.engan@gmail.com</email>
</author>
<published>2014-06-12T18:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d734c05f081852a4e1a733440b9dceed64a9488e'/>
<id>urn:sha1:d734c05f081852a4e1a733440b9dceed64a9488e</id>
<content type='text'>
Add blank line after declarations in eucr_suspend and eucr_resume
as reported by checkpatch.

Signed-off-by: Mathias Engan &lt;mathias.engan@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: Convert __FUNCTION__ to __func__</title>
<updated>2014-05-25T18:05:07Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2014-05-24T05:13:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f8628a47ba502ec2ec795dc0134f052f45ce2cd4'/>
<id>urn:sha1:f8628a47ba502ec2ec795dc0134f052f45ce2cd4</id>
<content type='text'>
Use the normal mechanism for emitting a function name.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: keucr: smilmain.c: cosmetic updates</title>
<updated>2014-05-23T12:32:28Z</updated>
<author>
<name>Tair Rzayev</name>
<email>tair.rzayev@gmail.com</email>
</author>
<published>2014-05-04T08:44:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6026771417669c064fa20e3f3fd12aafcad1b37d'/>
<id>urn:sha1:6026771417669c064fa20e3f3fd12aafcad1b37d</id>
<content type='text'>
* Move Check_D_MediaFmt() implementation up in smilmain.c to keep all the
  non-static functions at the top of the file;
* Remove unnecessary extern and newlines from "init.h";

Signed-off-by: Tair Rzayev &lt;tair.rzayev@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: keucr: fix sparse warning</title>
<updated>2014-04-25T22:22:57Z</updated>
<author>
<name>Rui Miguel Silva</name>
<email>rmfrfs@gmail.com</email>
</author>
<published>2014-04-12T00:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b7b1462ec43d774501c70e1b85f3ce53fd8ee0c7'/>
<id>urn:sha1:b7b1462ec43d774501c70e1b85f3ce53fd8ee0c7</id>
<content type='text'>
fix sparse warning:
drivers/staging/keucr/smilmain.c:163:5: warning: symbol 'Check_D_MediaFmt' was not declared. Should it be static?

by declaring it in the right header. And remove duplication of definition of
SM_INIT

Signed-off-by: Rui Miguel Silva &lt;rmfrfs@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: keucr: Fix warning about missing blank lines after declarations</title>
<updated>2014-04-25T22:22:57Z</updated>
<author>
<name>Jonas Hahnfeld</name>
<email>hahnjo@hahnjo.de</email>
</author>
<published>2014-03-26T19:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8c4842d68217d592056bdd879366d8547fa55643'/>
<id>urn:sha1:8c4842d68217d592056bdd879366d8547fa55643</id>
<content type='text'>
This patches fixes two warnings of checkpatch.pl, both of the type
WARNING: Missing a blank line after declarations

Signed-off-by: Jonas Hahnfeld &lt;hahnjo@hahnjo.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging:keucr: Remove typedefs</title>
<updated>2014-03-17T05:01:41Z</updated>
<author>
<name>Himangi Saraogi</name>
<email>himangi774@gmail.com</email>
</author>
<published>2014-03-15T21:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=432f8574a7f5a2e63d00e91d79296440a97faf6f'/>
<id>urn:sha1:432f8574a7f5a2e63d00e91d79296440a97faf6f</id>
<content type='text'>
As suggested by Pablo, this patch uses a coccinelle script to remove the
typedefs:
typedef u8 BOOLEAN;  &lt;-- use "bool" instead.
typedef u8 BYTE;     &lt;-- use "u8"
typedef u8 *PBYTE;   &lt;-- use "u8 *"
typedef u16 WORD;    &lt;-- use "u16"
typedef u16 *PWORD;  &lt;-- use "u16 *"
typedef u32 DWORD;   &lt;-- use "u32"
typedef u32 *PDWORD; &lt;-- use "u32 *"
in common.h.

The coccinelle script is:
/* coccinelle script to remove typedefs. */
@remove_typedef@
@@
-typedef bool BOOLEAN;
-typedef u8 BYTE;
-typedef u8 *PBYTE;
-typedef u16 WORD;
-typedef u16 *PWORD;
-typedef u32 DWORD;
-typedef u32 *PDWORD;

@fix_usage@
typedef BOOLEAN;
@@
-BOOLEAN
+bool

@fix_usage1@
typedef BYTE;
@@
-BYTE
+u8

@fix_usage2@
typedef PBYTE;
@@
-PBYTE
+u8 *

@fix_usage3@
typedef WORD;
@@
-WORD
+u16

@fix_usage4@
typedef PWORD;
@@
-PWORD
+u16 *

@fix_usage5@
typedef DWORD;
identifier f;
@@
-DWORD
+u32

@fix_usage6@
typedef PDWORD;
@@
-PDWORD
+u32 *

Signed-off-by: Himangi Saraogi &lt;himangi774@gmail.com&gt;
Signed-off-by: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;
</content>
</entry>
<entry>
<title>static: keucr: Fix sparse warning of static declarations</title>
<updated>2014-03-17T01:43:49Z</updated>
<author>
<name>Himangi Saraogi</name>
<email>himangi774@gmail.com</email>
</author>
<published>2014-03-14T10:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=cdf11154b6c61d1258d631ab1aed1a3018781340'/>
<id>urn:sha1:cdf11154b6c61d1258d631ab1aed1a3018781340</id>
<content type='text'>
This patch fixes the warning:
drivers/staging/keucr/smilsub.c:603:6: warning: symbol '_Check_D_DevCode' was not declared. Should it be static?
by making function static as it is used within the file.

Signed-off-by: Himangi Saraogi &lt;himangi774@gmail.com&gt;
Acked-by: Pablo Neira Ayuso &lt;pablo@gnumonks.org&gt;
Signed-off-by: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;
</content>
</entry>
<entry>
<title>staging: keucr: Fix typo in keucr driver</title>
<updated>2013-12-17T21:10:40Z</updated>
<author>
<name>Masanari Iida</name>
<email>standby24x7@gmail.com</email>
</author>
<published>2013-12-12T13:22:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b163970fa5b54c28445e503d18a3baca596f056e'/>
<id>urn:sha1:b163970fa5b54c28445e503d18a3baca596f056e</id>
<content type='text'>
Correct spelling typo in comment and printk.

Signed-off-by: Masanari Iida &lt;standby24x7@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: delete non-required instances of include &lt;linux/init.h&gt;</title>
<updated>2013-12-17T18:08:14Z</updated>
<author>
<name>Paul Gortmaker</name>
<email>paul.gortmaker@windriver.com</email>
</author>
<published>2013-12-10T20:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=885a947e5b08953ebd5fce88be89a0399a7ab918'/>
<id>urn:sha1:885a947e5b08953ebd5fce88be89a0399a7ab918</id>
<content type='text'>
None of these files are actually using any __init type directives
and hence don't need to include &lt;linux/init.h&gt;.  Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
