<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/panel, branch v3.15</title>
<subtitle>Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/'/>
<entry>
<title>Staging: panel: Fix quoted string split across line in panel.c</title>
<updated>2014-02-27T20:29:24+00:00</updated>
<author>
<name>Monam Agarwal</name>
<email>monamagarwal123@gmail.com</email>
</author>
<published>2014-02-25T14:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=fe5d2e012a78b2fbfe255a8f360881fca329031f'/>
<id>fe5d2e012a78b2fbfe255a8f360881fca329031f</id>
<content type='text'>
This patch fixes the following checkpatch.pl warning in panel.c:
WARNING: quoted string split across lines

Signed-off-by: Monam Agarwal &lt;monamagarwal123@gmail.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>
This patch fixes the following checkpatch.pl warning in panel.c:
WARNING: quoted string split across lines

Signed-off-by: Monam Agarwal &lt;monamagarwal123@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: panel: Fix space prohibited between function name and open paranthesis</title>
<updated>2014-02-27T20:29:24+00:00</updated>
<author>
<name>Monam Agarwal</name>
<email>monamagarwal123@gmail.com</email>
</author>
<published>2014-02-25T14:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=68d386bf3f8158196429d7dc8c6dd90b15f85a99'/>
<id>68d386bf3f8158196429d7dc8c6dd90b15f85a99</id>
<content type='text'>
This patch fixes the following checkpatch.pl issues in panel.c:
WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: Monam Agarwal &lt;monamagarwal123@gmail.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>
This patch fixes the following checkpatch.pl issues in panel.c:
WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: Monam Agarwal &lt;monamagarwal123@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: fix interruptible_sleep_on race</title>
<updated>2014-01-09T18:41:44+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2014-01-02T12:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=310df69c26f93c49bb176e95e4eb42ece58a5fd2'/>
<id>310df69c26f93c49bb176e95e4eb42ece58a5fd2</id>
<content type='text'>
interruptible_sleep_on is racy and going away. This replaces the one
caller in the panel driver with the appropriate wait_event_interruptible
variant.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Cc: devel@driverdev.osuosl.org
Cc: Willy Tarreau &lt;willy@meta-x.org&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&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>
interruptible_sleep_on is racy and going away. This replaces the one
caller in the panel driver with the appropriate wait_event_interruptible
variant.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Cc: devel@driverdev.osuosl.org
Cc: Willy Tarreau &lt;willy@meta-x.org&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: Panel: panel: Fixed checkpatch line length warnings</title>
<updated>2013-05-16T23:01:46+00:00</updated>
<author>
<name>Jake Champlin</name>
<email>jake.champlin.27@gmail.com</email>
</author>
<published>2013-05-04T15:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=e6626de5392a60243c3dc86f1c6af0c73ac6e714'/>
<id>e6626de5392a60243c3dc86f1c6af0c73ac6e714</id>
<content type='text'>
Fixed 4 cases of line length issues with checkpatch. Checkpatch is now clean
for panel.c.

Signed-off-by: 'Jake Champlin &lt;jake.champlin.27@gmail.com&gt;'
Acked-by: Willy Tarreau &lt;w@1wt.eu&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>
Fixed 4 cases of line length issues with checkpatch. Checkpatch is now clean
for panel.c.

Signed-off-by: 'Jake Champlin &lt;jake.champlin.27@gmail.com&gt;'
Acked-by: Willy Tarreau &lt;w@1wt.eu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging/panel: Mark local functions/structs static and add const if applicable (fix sparse warnings)</title>
<updated>2013-02-15T18:20:14+00:00</updated>
<author>
<name>Peter Huewe</name>
<email>peterhuewe@gmx.de</email>
</author>
<published>2013-02-15T12:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=36d2041a3d57b9542bb93c94df4f9ebf3a1aee32'/>
<id>36d2041a3d57b9542bb93c94df4f9ebf3a1aee32</id>
<content type='text'>
sparse complains about the following functions:
panel.c:188:1: warning: symbol 'logical_inputs' was not declared. Should it be static?
panel.c:569:6: warning: symbol 'old_keypad_profile' was not declared. Should it be static?
panel.c:580:6: warning: symbol 'new_keypad_profile' was not declared. Should it be static?
panel.c:593:6: warning: symbol 'nexcom_keypad_profile' was not declared. Should it be static?
panel.c:672:6: warning: symbol 'pin_to_bits' was not declared. Should it be static?
panel.c:1375:6: warning: symbol 'panel_lcd_print' was not declared. Should it be static?
panel.c:1382:6: warning: symbol 'lcd_init' was not declared. Should it be static?
panel.c:2181:5: warning: symbol 'panel_init' was not declared. Should it be static?

Add the static keyword to silence these warnings and make sparse happy.

If structs or function parameters are used readonly they are also marked
as const.

CC: David Howells &lt;dhowells@redhat.com&gt;
Signed-off-by: Peter Huewe &lt;peterhuewe@gmx.de&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>
sparse complains about the following functions:
panel.c:188:1: warning: symbol 'logical_inputs' was not declared. Should it be static?
panel.c:569:6: warning: symbol 'old_keypad_profile' was not declared. Should it be static?
panel.c:580:6: warning: symbol 'new_keypad_profile' was not declared. Should it be static?
panel.c:593:6: warning: symbol 'nexcom_keypad_profile' was not declared. Should it be static?
panel.c:672:6: warning: symbol 'pin_to_bits' was not declared. Should it be static?
panel.c:1375:6: warning: symbol 'panel_lcd_print' was not declared. Should it be static?
panel.c:1382:6: warning: symbol 'lcd_init' was not declared. Should it be static?
panel.c:2181:5: warning: symbol 'panel_init' was not declared. Should it be static?

Add the static keyword to silence these warnings and make sparse happy.

If structs or function parameters are used readonly they are also marked
as const.

CC: David Howells &lt;dhowells@redhat.com&gt;
Signed-off-by: Peter Huewe &lt;peterhuewe@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: pass correct lengths to keypad_send_key()</title>
<updated>2012-11-30T02:16:15+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2012-11-29T14:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=a171516c3490fed2a06bc621f9ef5cc1e0e6749e'/>
<id>a171516c3490fed2a06bc621f9ef5cc1e0e6749e</id>
<content type='text'>
We changed the sizeof() statements in 429ccf058b "staging:panel: Fixed
coding conventions." so that they could fit inside the 80 character
line limit.  Unfortunately, the new sizeof() statements are a smaller
size.  This reverts it.

There isn't a nice way to stay within the 80 character limit without
a re-work so I've gone over.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.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>
We changed the sizeof() statements in 429ccf058b "staging:panel: Fixed
coding conventions." so that they could fit inside the 80 character
line limit.  Unfortunately, the new sizeof() statements are a smaller
size.  This reverts it.

There isn't a nice way to stay within the 80 character limit without
a re-work so I've gone over.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: Fix misspellings of "whether".</title>
<updated>2012-09-21T15:56:40+00:00</updated>
<author>
<name>Adam Buchbinder</name>
<email>adam.buchbinder@gmail.com</email>
</author>
<published>2012-09-20T01:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=f2635894e8e786d7c93a21f24efb690981d15842'/>
<id>f2635894e8e786d7c93a21f24efb690981d15842</id>
<content type='text'>
"Whether" is spelled "wether" in several places. This fixes those that
are in the staging tree.

Signed-off-by: Adam Buchbinder &lt;adam.buchbinder@gmail.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>
"Whether" is spelled "wether" in several places. This fixes those that
are in the staging tree.

Signed-off-by: Adam Buchbinder &lt;adam.buchbinder@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: panel: fix spinlock trylock failure on UP</title>
<updated>2012-09-10T18:23:32+00:00</updated>
<author>
<name>Fengguang Wu</name>
<email>fengguang.wu@intel.com</email>
</author>
<published>2012-09-09T08:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=d4d2dbcaedb9334d0c462129099346d617f61768'/>
<id>d4d2dbcaedb9334d0c462129099346d617f61768</id>
<content type='text'>
Use spin_lock_irq() to quiet warning:

         [    8.232324] BUG: spinlock trylock failure on UP on CPU#0, reboot/85
         [    8.234138]  lock: c161c760, .magic: dead4ead, .owner: reboot/85, .owner_cpu: 0
         [    8.236132] Pid: 85, comm: reboot Not tainted 3.4.0-rc7-00656-g82163ed #5
         [    8.237965] Call Trace:
         [    8.238648]  [&lt;c13dfd20&gt;] ? printk+0x18/0x1a
         [    8.239827]  [&lt;c122a5e0&gt;] spin_dump+0x80/0xd0
         [    8.241016]  [&lt;c122a652&gt;] spin_bug+0x22/0x30
         [    8.242181]  [&lt;c122a93b&gt;] do_raw_spin_trylock+0x5b/0x70
         [    8.243611]  [&lt;c13e8bae&gt;] _raw_spin_trylock+0xe/0x60
         [    8.244975]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
 ==&gt;     [    8.246638]  [&lt;c13922ea&gt;] panel_scan_timer+0xba/0x570
         [    8.248019]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
         [    8.249689]  [&lt;c102f6f5&gt;] run_timer_softirq+0x1e5/0x370
         [    8.251191]  [&lt;c102f645&gt;] ? run_timer_softirq+0x135/0x370
         [    8.252718]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
         [    8.254462]  [&lt;c102a592&gt;] __do_softirq+0xc2/0x1c0
         [    8.255758]  [&lt;c102a4d0&gt;] ? local_bh_enable_ip+0x130/0x130
         [    8.257228]  &lt;IRQ&gt;  [&lt;c102a855&gt;] ? irq_exit+0x65/0x70
         [    8.258647]  [&lt;c1013ff9&gt;] ? smp_apic_timer_interrupt+0x49/0x80
         [    8.260226]  [&lt;c13e96c1&gt;] ? apic_timer_interrupt+0x31/0x38
         [    8.261737]  [&lt;c12700e0&gt;] ? drm_vm_open_locked+0x70/0xb0
         [    8.263166]  [&lt;c122489a&gt;] ? delay_tsc+0x1a/0x30
         [    8.264452]  [&lt;c12248c9&gt;] ? __delay+0x9/0x10
         [    8.265621]  [&lt;c12248ec&gt;] ? __const_udelay+0x1c/0x20
 ==&gt;     [    8.266967]  [&lt;c139136c&gt;] ? lcd_clear_fast_p8+0x9c/0xe0
         [    8.268386]  [&lt;c1391a66&gt;] ? lcd_write+0x226/0x810
         [    8.269653]  [&lt;c1367900&gt;] ? md_set_readonly+0xc0/0xc0
         [    8.271013]  [&lt;c122a9ed&gt;] ? do_raw_spin_unlock+0x9d/0xe0
         [    8.272470]  [&lt;c1392a98&gt;] ? panel_lcd_print+0x38/0x40
         [    8.273837]  [&lt;c1392ace&gt;] ? panel_notify_sys+0x2e/0x60
         [    8.275224]  [&lt;c1046634&gt;] ? notifier_call_chain+0x84/0xb0
         [    8.276754]  [&lt;c10469ce&gt;] ? __blocking_notifier_call_chain+0x3e/0x60
         [    8.278576]  [&lt;c1046a0a&gt;] ? blocking_notifier_call_chain+0x1a/0x20
         [    8.280267]  [&lt;c1036a14&gt;] ? kernel_restart_prepare+0x14/0x40
         [    8.281901]  [&lt;c1036a8e&gt;] ? kernel_restart+0xe/0x50
         [    8.283216]  [&lt;c1036ce9&gt;] ? sys_reboot+0x149/0x1e0
         [    8.284532]  [&lt;c10b3fb3&gt;] ? handle_pte_fault+0x93/0xd70
         [    8.285956]  [&lt;c1019e35&gt;] ? do_page_fault+0x215/0x5e0
         [    8.287330]  [&lt;c101a113&gt;] ? do_page_fault+0x4f3/0x5e0
         [    8.288704]  [&lt;c1045ac6&gt;] ? up_read+0x16/0x30
         [    8.289890]  [&lt;c101a113&gt;] ? do_page_fault+0x4f3/0x5e0
         [    8.291252]  [&lt;c10d4486&gt;] ? iterate_supers+0x86/0xd0
         [    8.292615]  [&lt;c122a9ed&gt;] ? do_raw_spin_unlock+0x9d/0xe0
         [    8.294049]  [&lt;c13e8dcd&gt;] ? _raw_spin_unlock+0x1d/0x20
         [    8.295449]  [&lt;c10d44ab&gt;] ? iterate_supers+0xab/0xd0
         [    8.296795]  [&lt;c10fb620&gt;] ? __sync_filesystem+0xa0/0xa0
         [    8.298199]  [&lt;c13e9b03&gt;] ? sysenter_do_call+0x12/0x37
         [    8.306899] Restarting system.
         [    8.307747] machine restart

Signed-off-by: Fengguang Wu &lt;fengguang.wu@intel.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>
Use spin_lock_irq() to quiet warning:

         [    8.232324] BUG: spinlock trylock failure on UP on CPU#0, reboot/85
         [    8.234138]  lock: c161c760, .magic: dead4ead, .owner: reboot/85, .owner_cpu: 0
         [    8.236132] Pid: 85, comm: reboot Not tainted 3.4.0-rc7-00656-g82163ed #5
         [    8.237965] Call Trace:
         [    8.238648]  [&lt;c13dfd20&gt;] ? printk+0x18/0x1a
         [    8.239827]  [&lt;c122a5e0&gt;] spin_dump+0x80/0xd0
         [    8.241016]  [&lt;c122a652&gt;] spin_bug+0x22/0x30
         [    8.242181]  [&lt;c122a93b&gt;] do_raw_spin_trylock+0x5b/0x70
         [    8.243611]  [&lt;c13e8bae&gt;] _raw_spin_trylock+0xe/0x60
         [    8.244975]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
 ==&gt;     [    8.246638]  [&lt;c13922ea&gt;] panel_scan_timer+0xba/0x570
         [    8.248019]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
         [    8.249689]  [&lt;c102f6f5&gt;] run_timer_softirq+0x1e5/0x370
         [    8.251191]  [&lt;c102f645&gt;] ? run_timer_softirq+0x135/0x370
         [    8.252718]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
         [    8.254462]  [&lt;c102a592&gt;] __do_softirq+0xc2/0x1c0
         [    8.255758]  [&lt;c102a4d0&gt;] ? local_bh_enable_ip+0x130/0x130
         [    8.257228]  &lt;IRQ&gt;  [&lt;c102a855&gt;] ? irq_exit+0x65/0x70
         [    8.258647]  [&lt;c1013ff9&gt;] ? smp_apic_timer_interrupt+0x49/0x80
         [    8.260226]  [&lt;c13e96c1&gt;] ? apic_timer_interrupt+0x31/0x38
         [    8.261737]  [&lt;c12700e0&gt;] ? drm_vm_open_locked+0x70/0xb0
         [    8.263166]  [&lt;c122489a&gt;] ? delay_tsc+0x1a/0x30
         [    8.264452]  [&lt;c12248c9&gt;] ? __delay+0x9/0x10
         [    8.265621]  [&lt;c12248ec&gt;] ? __const_udelay+0x1c/0x20
 ==&gt;     [    8.266967]  [&lt;c139136c&gt;] ? lcd_clear_fast_p8+0x9c/0xe0
         [    8.268386]  [&lt;c1391a66&gt;] ? lcd_write+0x226/0x810
         [    8.269653]  [&lt;c1367900&gt;] ? md_set_readonly+0xc0/0xc0
         [    8.271013]  [&lt;c122a9ed&gt;] ? do_raw_spin_unlock+0x9d/0xe0
         [    8.272470]  [&lt;c1392a98&gt;] ? panel_lcd_print+0x38/0x40
         [    8.273837]  [&lt;c1392ace&gt;] ? panel_notify_sys+0x2e/0x60
         [    8.275224]  [&lt;c1046634&gt;] ? notifier_call_chain+0x84/0xb0
         [    8.276754]  [&lt;c10469ce&gt;] ? __blocking_notifier_call_chain+0x3e/0x60
         [    8.278576]  [&lt;c1046a0a&gt;] ? blocking_notifier_call_chain+0x1a/0x20
         [    8.280267]  [&lt;c1036a14&gt;] ? kernel_restart_prepare+0x14/0x40
         [    8.281901]  [&lt;c1036a8e&gt;] ? kernel_restart+0xe/0x50
         [    8.283216]  [&lt;c1036ce9&gt;] ? sys_reboot+0x149/0x1e0
         [    8.284532]  [&lt;c10b3fb3&gt;] ? handle_pte_fault+0x93/0xd70
         [    8.285956]  [&lt;c1019e35&gt;] ? do_page_fault+0x215/0x5e0
         [    8.287330]  [&lt;c101a113&gt;] ? do_page_fault+0x4f3/0x5e0
         [    8.288704]  [&lt;c1045ac6&gt;] ? up_read+0x16/0x30
         [    8.289890]  [&lt;c101a113&gt;] ? do_page_fault+0x4f3/0x5e0
         [    8.291252]  [&lt;c10d4486&gt;] ? iterate_supers+0x86/0xd0
         [    8.292615]  [&lt;c122a9ed&gt;] ? do_raw_spin_unlock+0x9d/0xe0
         [    8.294049]  [&lt;c13e8dcd&gt;] ? _raw_spin_unlock+0x1d/0x20
         [    8.295449]  [&lt;c10d44ab&gt;] ? iterate_supers+0xab/0xd0
         [    8.296795]  [&lt;c10fb620&gt;] ? __sync_filesystem+0xa0/0xa0
         [    8.298199]  [&lt;c13e9b03&gt;] ? sysenter_do_call+0x12/0x37
         [    8.306899] Restarting system.
         [    8.307747] machine restart

Signed-off-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: fix checkpatch warnings</title>
<updated>2012-08-14T02:25:48+00:00</updated>
<author>
<name>Toshiaki Yamane</name>
<email>yamanetoshi@gmail.com</email>
</author>
<published>2012-07-25T03:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=6ebb56d974b2c0b31effd1bb2bde554582a9ebd8'/>
<id>6ebb56d974b2c0b31effd1bb2bde554582a9ebd8</id>
<content type='text'>
Now checkpatch clean.

$ find drivers/staging/panel -name "*.[ch]"|xargs ./scripts/checkpatch.pl \
-f --terse --nosummary|cut -f3- -d":"|sort |uniq -c|sort -n

2  WARNING: Single statement macros should not use a do {} while (0) loop

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.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>
Now checkpatch clean.

$ find drivers/staging/panel -name "*.[ch]"|xargs ./scripts/checkpatch.pl \
-f --terse --nosummary|cut -f3- -d":"|sort |uniq -c|sort -n

2  WARNING: Single statement macros should not use a do {} while (0) loop

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: Use pr_info(...) rather than printk(KERN_INFO</title>
<updated>2012-07-17T01:57:26+00:00</updated>
<author>
<name>Toshiaki Yamane</name>
<email>yamanetoshi@gmail.com</email>
</author>
<published>2012-07-12T13:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=493aa896cbed9e5a60f498076d4e3145335cf4c9'/>
<id>493aa896cbed9e5a60f498076d4e3145335cf4c9</id>
<content type='text'>
-Added pr_fmt.
-Converted printk(KERN_INFO to pr_info
-Removed embedded message prefixes.

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.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>
-Added pr_fmt.
-Converted printk(KERN_INFO to pr_info
-Removed embedded message prefixes.

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
