From: Andrei Maresu <hidden> Date: 2015-03-21 18:02:46
Fixed a space coding style issue found by checkpatch.pl in rocker.c
Signed-off-by: Andrei Maresu <redacted>
---
drivers/net/ethernet/rocker/rocker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Sat, Mar 21, 2015 at 07:02:40PM CET, andreimaresu@gmail.com wrote:
quoted hunk
Fixed a space coding style issue found by checkpatch.pl in rocker.c
Signed-off-by: Andrei Maresu <redacted>
---
drivers/net/ethernet/rocker/rocker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Checkpatch does not mark this as an error, not even as a warning:
"CHECK: No space is necessary after a cast". I personally like the
notation with space better.
}
static struct rocker_desc_info *
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Sat, Mar 21, 2015 at 07:02:40PM CET, andreimaresu@gmail.com wrote:
quoted
Fixed a space coding style issue found by checkpatch.pl in rocker.c
Signed-off-by: Andrei Maresu <redacted>
---
drivers/net/ethernet/rocker/rocker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Checkpatch does not mark this as an error, not even as a warning:
"CHECK: No space is necessary after a cast". I personally like the
notation with space better.