<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/pi433, branch v4.16</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging: pi433: Cleanup codestyle, indent statements after case labels</title>
<updated>2018-01-10T18:29:34+00:00</updated>
<author>
<name>Michael Panzlaff</name>
<email>michael.panzlaff@fau.de</email>
</author>
<published>2018-01-09T16:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a66a4e8e01f3b607a9aa5b5ed9ca588b4c3a962e'/>
<id>a66a4e8e01f3b607a9aa5b5ed9ca588b4c3a962e</id>
<content type='text'>
This patch changes the indentation of the statements after case labels.
The linux coding guidelines do not explicitly mentiond this but pretty
much all existing code doesn't put any statements into the same line of
their belonging case labels. Therefore this adapts to the more usual style.

Please note that there is still a lot of &gt; 80 character lines which will
cause checkpatch warnings. This patch does not intent to fix this
already existing issue.

Signed-off-by: Michael Panzlaff &lt;michael.panzlaff@fau.de&gt;
Signed-off-by: Tillmann Zipperer &lt;tillmann.zipperer@fau.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>
This patch changes the indentation of the statements after case labels.
The linux coding guidelines do not explicitly mentiond this but pretty
much all existing code doesn't put any statements into the same line of
their belonging case labels. Therefore this adapts to the more usual style.

Please note that there is still a lot of &gt; 80 character lines which will
cause checkpatch warnings. This patch does not intent to fix this
already existing issue.

Signed-off-by: Michael Panzlaff &lt;michael.panzlaff@fau.de&gt;
Signed-off-by: Tillmann Zipperer &lt;tillmann.zipperer@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: pi433: align function parameters with open parenthesis</title>
<updated>2018-01-09T15:02:18+00:00</updated>
<author>
<name>Valentin Vidic</name>
<email>Valentin.Vidic@CARNet.hr</email>
</author>
<published>2018-01-09T14:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3861b724de9d7b1a7fe304eaf34531e964415e47'/>
<id>3861b724de9d7b1a7fe304eaf34531e964415e47</id>
<content type='text'>
Fixes checkpatch warnings:

  CHECK: Alignment should match open parenthesis

Signed-off-by: Valentin Vidic &lt;Valentin.Vidic@CARNet.hr&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>
Fixes checkpatch warnings:

  CHECK: Alignment should match open parenthesis

Signed-off-by: Valentin Vidic &lt;Valentin.Vidic@CARNet.hr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: pi433: replace shifting with BIT macro</title>
<updated>2018-01-09T14:38:48+00:00</updated>
<author>
<name>Valentin Vidic</name>
<email>Valentin.Vidic@CARNet.hr</email>
</author>
<published>2018-01-08T17:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9ab7bc50a8b0564aac43c9fa1f8c3bcf12536c05'/>
<id>9ab7bc50a8b0564aac43c9fa1f8c3bcf12536c05</id>
<content type='text'>
Fixes checkpatch warnings:

  CHECK: Prefer using the BIT macro

Signed-off-by: Valentin Vidic &lt;Valentin.Vidic@CARNet.hr&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>
Fixes checkpatch warnings:

  CHECK: Prefer using the BIT macro

Signed-off-by: Valentin Vidic &lt;Valentin.Vidic@CARNet.hr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: pi433 - fix ccheckpatch issue, updated include line.</title>
<updated>2018-01-08T15:33:33+00:00</updated>
<author>
<name>Derek Robson</name>
<email>robsonde@gmail.com</email>
</author>
<published>2017-12-30T01:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7b4c570ee56fa14ac4aef1eb633a69b5275aebea'/>
<id>7b4c570ee56fa14ac4aef1eb633a69b5275aebea</id>
<content type='text'>
Updated the include of compat.h to fix checkpatch error

Signed-off-by: Derek Robson &lt;robsonde@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>
Updated the include of compat.h to fix checkpatch error

Signed-off-by: Derek Robson &lt;robsonde@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: pi433: fix CamelCase for payload identifiers</title>
<updated>2018-01-08T15:32:27+00:00</updated>
<author>
<name>Valentin Vidic</name>
<email>Valentin.Vidic@CARNet.hr</email>
</author>
<published>2017-12-25T18:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0b9acf7ddb444c1009d549ba3864059f31e2f480'/>
<id>0b9acf7ddb444c1009d549ba3864059f31e2f480</id>
<content type='text'>
Fixes checkpatch warnings:

  CHECK: Avoid CamelCase: &lt;payloadLength&gt;
  CHECK: Avoid CamelCase: &lt;payloadReady&gt;

Signed-off-by: Valentin Vidic &lt;Valentin.Vidic@CARNet.hr&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>
Fixes checkpatch warnings:

  CHECK: Avoid CamelCase: &lt;payloadLength&gt;
  CHECK: Avoid CamelCase: &lt;payloadReady&gt;

Signed-off-by: Valentin Vidic &lt;Valentin.Vidic@CARNet.hr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: pi433: fix CamelCase for maxMinus variables</title>
<updated>2018-01-08T15:32:23+00:00</updated>
<author>
<name>Valentin Vidic</name>
<email>Valentin.Vidic@CARNet.hr</email>
</author>
<published>2017-12-22T08:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b167a524d218904e4cdfa73d696973158e160b43'/>
<id>b167a524d218904e4cdfa73d696973158e160b43</id>
<content type='text'>
Fixes checkpatch warnings:

  CHECK: Avoid CamelCase: &lt;maxMinus12&gt;
  CHECK: Avoid CamelCase: &lt;maxMinus24&gt;
  CHECK: Avoid CamelCase: &lt;maxMinus36&gt;
  CHECK: Avoid CamelCase: &lt;maxMinus48&gt;
  CHECK: Avoid CamelCase: &lt;maxMinus6&gt;

Signed-off-by: Valentin Vidic &lt;Valentin.Vidic@CARNet.hr&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>
Fixes checkpatch warnings:

  CHECK: Avoid CamelCase: &lt;maxMinus12&gt;
  CHECK: Avoid CamelCase: &lt;maxMinus24&gt;
  CHECK: Avoid CamelCase: &lt;maxMinus36&gt;
  CHECK: Avoid CamelCase: &lt;maxMinus48&gt;
  CHECK: Avoid CamelCase: &lt;maxMinus6&gt;

Signed-off-by: Valentin Vidic &lt;Valentin.Vidic@CARNet.hr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: pi433: remove unused rf69_reset_flag function</title>
<updated>2018-01-08T15:30:47+00:00</updated>
<author>
<name>Marcin Ciupak</name>
<email>marcin.s.ciupak@gmail.com</email>
</author>
<published>2017-12-21T21:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7ebee24ba128c8dd63a859a5f639e5748f8688ac'/>
<id>7ebee24ba128c8dd63a859a5f639e5748f8688ac</id>
<content type='text'>
Function rf69_reset_flag is unused and should be removed.

Signed-off-by: Marcin Ciupak &lt;marcin.s.ciupak@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>
Function rf69_reset_flag is unused and should be removed.

Signed-off-by: Marcin Ciupak &lt;marcin.s.ciupak@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: pi433: remove unused rf69_set_sync_tolerance function</title>
<updated>2018-01-08T15:30:47+00:00</updated>
<author>
<name>Marcin Ciupak</name>
<email>marcin.s.ciupak@gmail.com</email>
</author>
<published>2017-12-21T21:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=109fb18fccaa2aac4d005e402066f479f6a15a6b'/>
<id>109fb18fccaa2aac4d005e402066f479f6a15a6b</id>
<content type='text'>
Function rf69_set_sync_tolerance is unused and should be removed.

Signed-off-by: Marcin Ciupak &lt;marcin.s.ciupak@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>
Function rf69_set_sync_tolerance is unused and should be removed.

Signed-off-by: Marcin Ciupak &lt;marcin.s.ciupak@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: pi433: remove unused rf69_set_dc_cut_off_frequency* functions</title>
<updated>2017-12-21T17:29:59+00:00</updated>
<author>
<name>Marcin Ciupak</name>
<email>marcin.s.ciupak@gmail.com</email>
</author>
<published>2017-12-20T16:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f235bcfe6a0b678c16517142d906652a7befed73'/>
<id>f235bcfe6a0b678c16517142d906652a7befed73</id>
<content type='text'>
The following functions:
* rf69_set_dc_cut_off_frequency,
* rf69_set_dc_cut_off_frequency_intern,
* rf69_set_dc_cut_off_frequency_during_afc
are unused and should be removed along with type enum dcc_percent which
was used only by these functions.

Signed-off-by: Marcin Ciupak &lt;marcin.s.ciupak@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>
The following functions:
* rf69_set_dc_cut_off_frequency,
* rf69_set_dc_cut_off_frequency_intern,
* rf69_set_dc_cut_off_frequency_during_afc
are unused and should be removed along with type enum dcc_percent which
was used only by these functions.

Signed-off-by: Marcin Ciupak &lt;marcin.s.ciupak@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: pi433: remove unused rf69_set_ook_threshold_type function</title>
<updated>2017-12-21T17:29:59+00:00</updated>
<author>
<name>Marcin Ciupak</name>
<email>marcin.s.ciupak@gmail.com</email>
</author>
<published>2017-12-20T16:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9924a8339f09bee5f9365cb7b77849e0885b03ab'/>
<id>9924a8339f09bee5f9365cb7b77849e0885b03ab</id>
<content type='text'>
Function rf69_set_ook_threshold_type is unused and should be removed
along with type enum thresholdType which was used only by that function.

Signed-off-by: Marcin Ciupak &lt;marcin.s.ciupak@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>
Function rf69_set_ook_threshold_type is unused and should be removed
along with type enum thresholdType which was used only by that function.

Signed-off-by: Marcin Ciupak &lt;marcin.s.ciupak@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
