<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/most, branch v4.5</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=v4.5</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-11-16T04:02:47Z</updated>
<entry>
<title>staging: most: Delete an unnecessary check before the function call "module_put"</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Markus Elfring</name>
<email>elfring@users.sourceforge.net</email>
</author>
<published>2015-11-05T13:34:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e23afff94803e9735d4f0edda0c77efad8d408a4'/>
<id>urn:sha1:e23afff94803e9735d4f0edda0c77efad8d408a4</id>
<content type='text'>
The module_put() function tests whether its argument is NULL and then
returns immediately. Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring &lt;elfring@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: rename DIM_EnqueueBuffer to dim_enqueue_buffer</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c904ffdaf3e3ab679e43b9a87df02ff502dbd70c'/>
<id>urn:sha1:c904ffdaf3e3ab679e43b9a87df02ff502dbd70c</id>
<content type='text'>
This patch renames DIM_EnqueueBuffer to dim_enqueue_buffer to avoid
camelcase found by checkpatch.

CHECK: Avoid CamelCase: &lt;DIM_EnqueueBuffer&gt;
FILE: drivers/staging/most/hdm-dim2/dim2_hal.c:877:

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: rename DIM_GetChannelState to dim_get_channel_state</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=60d5f66ce5e1a569fe0230bc1b23bfb5295f383d'/>
<id>urn:sha1:60d5f66ce5e1a569fe0230bc1b23bfb5295f383d</id>
<content type='text'>
This patch renames DIM_GetChannelState to dim_get_channel_state to avoid
camelcase found by checkpatch.

CHECK: Avoid CamelCase: &lt;DIM_GetChannelState&gt;
FILE: drivers/staging/most/hdm-dim2/dim2_hal.c:865:

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: fix argument name of DIM_GetChannelState</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e38092531282db8bdf8c8f3e9607e551b2f1a906'/>
<id>urn:sha1:e38092531282db8bdf8c8f3e9607e551b2f1a906</id>
<content type='text'>
The second argument name of DIM_GetChannelState declaration changes from
dim_ch_state_ptr to state_ptr. The DIM_GetChannelState declaration and
definition has same argument name as state_ptr.

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: rename DIM_ServiceChannel to dim_service_channel</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0d08d54f8da9f54bd861f694a81208a8a0625b95'/>
<id>urn:sha1:0d08d54f8da9f54bd861f694a81208a8a0625b95</id>
<content type='text'>
This patch renames DIM_ServiceChannel to dim_service_channel to avoid
camelcase found by checkpatch.

CHECK: Avoid CamelCase: &lt;DIM_ServiceChannel&gt;
FILE: drivers/staging/most/hdm-dim2/dim2_hal.c:857:

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: rename DIM_ServiceIrq to dim_service_irq</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e5baa9e99cc3f5bbca84d8894aed4b39692c41e6'/>
<id>urn:sha1:e5baa9e99cc3f5bbca84d8894aed4b39692c41e6</id>
<content type='text'>
This patch renames DIM_ServiceIrq to dim_service_irq to avoid camelcase
found by checkpatch.

CHECK: Avoid CamelCase: &lt;DIM_ServiceIrq&gt;
FILE: drivers/staging/most/hdm-dim2/dim2_hal.c:819:

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: rename DIM_DestroyChannel to dim_destroy_channel</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a5e4d891a3968ded645a1c556f021097b2faa514'/>
<id>urn:sha1:a5e4d891a3968ded645a1c556f021097b2faa514</id>
<content type='text'>
This patch renames DIM_DestroyChannel to dim_destroy_channel to avoid
camelcase found by checkpatch.

CHECK: Avoid CamelCase: &lt;DIM_DestroyChannel&gt;
FILE: drivers/staging/most/hdm-dim2/dim2_hal.c:806:

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: rename DIM_InitSync to dim_init_sync</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=10e5efb7b51f30b696a2cde366b783d8ecd0f465'/>
<id>urn:sha1:10e5efb7b51f30b696a2cde366b783d8ecd0f465</id>
<content type='text'>
This patch renames DIM_InitSync to dim_init_sync to avoid camelcase
found by checkpatch.

CHECK: Avoid CamelCase: &lt;DIM_InitSync&gt;
FILE: drivers/staging/most/hdm-dim2/dim2_hal.c:781:

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: rename DIM_InitIsoc to dim_init_isoc</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f1383176c928016e6b7c85bb8c646fe829600db0'/>
<id>urn:sha1:f1383176c928016e6b7c85bb8c646fe829600db0</id>
<content type='text'>
This patch renames DIM_InitIsoc to dim_init_isoc to avoid camelcase
found by checkpatch.

CHECK: Avoid CamelCase: &lt;DIM_InitIsoc&gt;
FILE: drivers/staging/most/hdm-dim2/dim2_hal.c:756:

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: rename DIM_InitAsync to dim_init_async</title>
<updated>2015-11-16T04:02:47Z</updated>
<author>
<name>Chaehyun Lim</name>
<email>chaehyun.lim@gmail.com</email>
</author>
<published>2015-11-02T13:59:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=26303150c3fe9fce81cc1baa60a32aed6ff203ee'/>
<id>urn:sha1:26303150c3fe9fce81cc1baa60a32aed6ff203ee</id>
<content type='text'>
This patch renames DIM_InitAsync to dim_init_async to avoid camelcase
found by checkpatch.

CHECK: Avoid CamelCase: &lt;DIM_InitAsync&gt;
FILE: drivers/staging/most/hdm-dim2/dim2_hal.c:749:

Signed-off-by: Chaehyun Lim &lt;chaehyun.lim@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
