<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/bcm/IPv6Protocol.c, branch v3.6</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=v3.6</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2012-06-05T04:09:22Z</updated>
<entry>
<title>Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.</title>
<updated>2012-06-05T04:09:22Z</updated>
<author>
<name>Kevin McKinney</name>
<email>klmckinney1@gmail.com</email>
</author>
<published>2012-05-26T16:05:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2979460d7aba1dac3452edcacd7b8c4cfcf06067'/>
<id>urn:sha1:2979460d7aba1dac3452edcacd7b8c4cfcf06067</id>
<content type='text'>
This patch removes typedef for _MINI_ADAPTER, changes the
name of the struct from _MINI_ADAPTER to bcm_mini_adapter.
In addition, any calls to the following typedefs
"MINI_ADAPTER, *PMINI_ADAPTER" are changed to call
the struct directly.

Signed-off-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.</title>
<updated>2012-06-05T04:08:10Z</updated>
<author>
<name>Kevin McKinney</name>
<email>klmckinney1@gmail.com</email>
</author>
<published>2012-05-26T16:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=92562aeec46c965821c59f78e58f1cfe0a47bbaf'/>
<id>urn:sha1:92562aeec46c965821c59f78e58f1cfe0a47bbaf</id>
<content type='text'>
This patch removes typedef for _S_CLASSIFIER_RULE,
changes the name of the struct from
_S_CLASSIFIER_RULE to bcm_classifier_rule.
In addition, any calls to the following typedefs
"S_CLASSIFIER_RULE" are changed to call the
struct directly.

Signed-off-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: IPv6Protocol.c: coding style fix</title>
<updated>2012-04-10T17:34:04Z</updated>
<author>
<name>Max Tottenham</name>
<email>mtottenh@gmail.com</email>
</author>
<published>2012-04-03T11:35:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=59b2bbb614ca1bd934bb0e5c615a0849d11d8858'/>
<id>urn:sha1:59b2bbb614ca1bd934bb0e5c615a0849d11d8858</id>
<content type='text'>
Eighth patch in a series to fix coding style in IPv6Protocol.c
This patch removes some uneeded braces around single line if/for statements

Signed-off-by: Max Tottenham &lt;mtottenh@gmail.com&gt;
Acked-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: IPv6Protocol.c: coding style fix</title>
<updated>2012-04-10T17:34:04Z</updated>
<author>
<name>Max Tottenham</name>
<email>mtottenh@gmail.com</email>
</author>
<published>2012-04-03T11:35:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6704fc83cb0db017d840eb5a6ca6326a44399eb2'/>
<id>urn:sha1:6704fc83cb0db017d840eb5a6ca6326a44399eb2</id>
<content type='text'>
Seventh patch in a series of patches to fix coding style in IPv6Protocol.c
this patch makes the file mostly conform to the 80 char line limit
there are some exceptions to this rule I have left in to aid readability

Signed-off-by: Max Tottenham &lt;mtottenh@gmail.com&gt;
Acked-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: IPv6Protocol.c coding style fix</title>
<updated>2012-04-10T17:34:04Z</updated>
<author>
<name>Max Tottenham</name>
<email>mtottenh@gmail.com</email>
</author>
<published>2012-04-03T11:35:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6d147069346f99482bd9c417dec7fd4ce50d266a'/>
<id>urn:sha1:6d147069346f99482bd9c417dec7fd4ce50d266a</id>
<content type='text'>
Sixth in a series of patche to fix coding style in IPv6Protocol.c
This patch changes the format of if statments from:
	if (#VALUE == variable)
to:
	if (variable == #VALUE)

Signed-off-by: Max Tottenham &lt;mtottenh@gmail.com&gt;
Acked-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: IPv6Protocol.c coding style fix</title>
<updated>2012-04-10T17:34:03Z</updated>
<author>
<name>Max Tottenham</name>
<email>mtottenh@gmail.com</email>
</author>
<published>2012-04-03T11:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=aadb4ec271ee73b39031acb8a201f96e56d1cbf1'/>
<id>urn:sha1:aadb4ec271ee73b39031acb8a201f96e56d1cbf1</id>
<content type='text'>
Fith in a series of patche to fi coding syle in IPv6Protocol.c
Fixed trailing whitespaces and replaced spaces with tabs
in code indents

Signed-off-by: Max Tottenham &lt;mtottenh@gmail.com&gt;
Acked-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: IPv6Protocol.c coding style fix</title>
<updated>2012-04-10T17:34:03Z</updated>
<author>
<name>Max Tottenham</name>
<email>mtottenh@gmail.com</email>
</author>
<published>2012-04-03T11:35:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fac290a11694efff330c96041a7a88579c5cf8f2'/>
<id>urn:sha1:fac290a11694efff330c96041a7a88579c5cf8f2</id>
<content type='text'>
Fourth patch in a series of patches to fix  coding style in IPv6Protocol.c
Continuation of fixing spacing arount ','

Signed-off-by: Max Tottenham &lt;mtottenh@gmail.com&gt;
Acked-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: IPv6Protocol.c fix coding style</title>
<updated>2012-04-10T17:34:03Z</updated>
<author>
<name>Max Tottenham</name>
<email>mtottenh@gmail.com</email>
</author>
<published>2012-04-03T11:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=07ed6b7f0e574bcc5e77f247044727234e9eb092'/>
<id>urn:sha1:07ed6b7f0e574bcc5e77f247044727234e9eb092</id>
<content type='text'>
Third in a series of patches to fix coding style in Ipv6Protocol.c
This patch fixes the spacing around ',' in function calls.

Signed-off-by: Max Tottenham &lt;mtottenh@gmail.com&gt;
Acked-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: IPv6Protocol.c coding style fix</title>
<updated>2012-04-10T17:34:03Z</updated>
<author>
<name>Max Tottenham</name>
<email>mtottenh@gmail.com</email>
</author>
<published>2012-04-03T11:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ac8c1003fb74d41c7181304d12515bb7104b7772'/>
<id>urn:sha1:ac8c1003fb74d41c7181304d12515bb7104b7772</id>
<content type='text'>
Second in a set of patches to fix coding style in IPv6Protocol.c
This patch changes the commenting style

Signed-off-by: Max Tottenham &lt;mtottenh@gmail.com&gt;
Acked-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: IPv6Protocol.c: Fix coding style</title>
<updated>2012-04-10T17:34:03Z</updated>
<author>
<name>Max Tottenham</name>
<email>mtottenh@gmail.com</email>
</author>
<published>2012-04-03T11:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=26908c9be1386f01a12852cc6bea78bd237f226e'/>
<id>urn:sha1:26908c9be1386f01a12852cc6bea78bd237f226e</id>
<content type='text'>
The first in a series of 8 patches to fix IPv6Protocol.c
This first patch fixes formatting issues for braced statements
(e.g. if/for/while)

Signed-off-by: Max Tottenham &lt;mtottenh@gmail.com&gt;
Acked-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
