<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/dgnc, branch v4.10</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging: dgnc: Fix lines longer than 80 characters</title>
<updated>2016-12-07T10:41:17+00:00</updated>
<author>
<name>Fernando Apesteguia</name>
<email>fernando.apesteguia@gmail.com</email>
</author>
<published>2016-12-06T17:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9b33f918c0c1239719d4bc2313125d9bb59e8305'/>
<id>9b33f918c0c1239719d4bc2313125d9bb59e8305</id>
<content type='text'>
For two cases (beginning and end of the patch) I opted to create small
functions instead of breaking the the lines in a weird way.

The other changes are simple ones: either by breaking the line when
appropriate or by turning a comment into a multi-line one.

Signed-off-by: Fernando Apesteguia &lt;fernando.apesteguia@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>
For two cases (beginning and end of the patch) I opted to create small
functions instead of breaking the the lines in a weird way.

The other changes are simple ones: either by breaking the line when
appropriate or by turning a comment into a multi-line one.

Signed-off-by: Fernando Apesteguia &lt;fernando.apesteguia@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: fix blank line after '{' warnings.</title>
<updated>2016-12-07T10:41:17+00:00</updated>
<author>
<name>Fernando Apesteguia</name>
<email>fernando.apesteguia@gmail.com</email>
</author>
<published>2016-12-06T18:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1100a3b0ac4b2666ea6eb5769fad10442490792a'/>
<id>1100a3b0ac4b2666ea6eb5769fad10442490792a</id>
<content type='text'>
Remove blank lines between open brace and comment.
Remove blank lines after comment in line with the rest of the comments
of the file.

Signed-off-by: Fernando Apesteguia &lt;fernando.apesteguia@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>
Remove blank lines between open brace and comment.
Remove blank lines after comment in line with the rest of the comments
of the file.

Signed-off-by: Fernando Apesteguia &lt;fernando.apesteguia@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: fix unnamed parameter</title>
<updated>2016-12-06T09:18:07+00:00</updated>
<author>
<name>Fernando Apesteguia</name>
<email>fernando.apesteguia@gmail.com</email>
</author>
<published>2016-12-02T19:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=dbb804bc42464d06775d4112bba705819233eb60'/>
<id>dbb804bc42464d06775d4112bba705819233eb60</id>
<content type='text'>
This patch fixes a checkpatch warning.

Signed-off-by: Fernando Apesteguia &lt;fernando.apesteguia@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 a checkpatch warning.

Signed-off-by: Fernando Apesteguia &lt;fernando.apesteguia@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: remove sysfs files</title>
<updated>2016-12-01T08:57:49+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2016-11-30T13:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1eb388b67a380b387030e54684f297d9f6046449'/>
<id>1eb388b67a380b387030e54684f297d9f6046449</id>
<content type='text'>
The dgnc driver has no business creating "custom" sysfs files just for a
single tty driver.  Combined with the odd way they are created, it's
just a mess, so remove them entirely as I am tired of tripping over them
when doing driver core changes.

Cc: Lidza Louina &lt;lidza.louina@gmail.com&gt;
Cc: Mark Hounschell &lt;markh@compro.net&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 dgnc driver has no business creating "custom" sysfs files just for a
single tty driver.  Combined with the odd way they are created, it's
just a mess, so remove them entirely as I am tired of tripping over them
when doing driver core changes.

Cc: Lidza Louina &lt;lidza.louina@gmail.com&gt;
Cc: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: dgnc_tty: Remove blank lines</title>
<updated>2016-11-21T10:10:56+00:00</updated>
<author>
<name>Vijai Kumar K</name>
<email>vijaikumar.kanagarajan@gmail.com</email>
</author>
<published>2016-11-20T18:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0575b181180de65a352e7c53fa3bc9bdf9eb2c73'/>
<id>0575b181180de65a352e7c53fa3bc9bdf9eb2c73</id>
<content type='text'>
Fixes checkpatch warning: waitqueue_active without comment

Signed-off-by: Vijai Kumar K &lt;vijaikumar.kanagarajan@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>
Fixes checkpatch warning: waitqueue_active without comment

Signed-off-by: Vijai Kumar K &lt;vijaikumar.kanagarajan@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: digi.h Spelling correction</title>
<updated>2016-11-21T10:10:56+00:00</updated>
<author>
<name>Walt Feasel</name>
<email>waltfeasel@gmail.com</email>
</author>
<published>2016-11-19T16:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4f9f6927851e66614f87529d22c57b42b7af60d1'/>
<id>4f9f6927851e66614f87529d22c57b42b7af60d1</id>
<content type='text'>
Make spelling correction for 'regular'

Signed-off-by: Walt Feasel &lt;waltfeasel@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>
Make spelling correction for 'regular'

Signed-off-by: Walt Feasel &lt;waltfeasel@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: digi.h Comment style modifications</title>
<updated>2016-11-21T10:10:56+00:00</updated>
<author>
<name>Walt Feasel</name>
<email>waltfeasel@gmail.com</email>
</author>
<published>2016-11-19T16:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5ef56a3ad5f65f3ed939b15ab2e558faf9254783'/>
<id>5ef56a3ad5f65f3ed939b15ab2e558faf9254783</id>
<content type='text'>
Make modifications to comment style

Signed-off-by: Walt Feasel &lt;waltfeasel@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>
Make modifications to comment style

Signed-off-by: Walt Feasel &lt;waltfeasel@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: dgnc_tty.c Spelling corrections</title>
<updated>2016-11-21T10:10:56+00:00</updated>
<author>
<name>Walt Feasel</name>
<email>waltfeasel@gmail.com</email>
</author>
<published>2016-11-19T16:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=16465dcd0abad95bc630c465f03f194d08db5db6'/>
<id>16465dcd0abad95bc630c465f03f194d08db5db6</id>
<content type='text'>
Make spelling corrections for 'transitions' and 'satisfy'

Signed-off-by: Walt Feasel &lt;waltfeasel@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>
Make spelling corrections for 'transitions' and 'satisfy'

Signed-off-by: Walt Feasel &lt;waltfeasel@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: dgnc_tty.c comment style modifications</title>
<updated>2016-11-21T10:10:56+00:00</updated>
<author>
<name>Walt Feasel</name>
<email>waltfeasel@gmail.com</email>
</author>
<published>2016-11-19T16:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7127fa28a5a36f51896480231bcc388355efb012'/>
<id>7127fa28a5a36f51896480231bcc388355efb012</id>
<content type='text'>
Make modifications to comment style

Signed-off-by: Walt Feasel &lt;waltfeasel@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>
Make modifications to comment style

Signed-off-by: Walt Feasel &lt;waltfeasel@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: dgnc: dgnc_tty.c Align on parenthesis</title>
<updated>2016-11-21T10:10:56+00:00</updated>
<author>
<name>Walt Feasel</name>
<email>waltfeasel@gmail.com</email>
</author>
<published>2016-11-19T16:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7bd43874ccfc2eea37399b5da9667a7f0e0bcad4'/>
<id>7bd43874ccfc2eea37399b5da9667a7f0e0bcad4</id>
<content type='text'>
Make suggested checkpatch modification for
CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel &lt;waltfeasel@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>
Make suggested checkpatch modification for
CHECK: Alignment should match open parenthesis

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