projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4286db8
)
spi: sh-msiof: Do not use C++ style comment
author
Simon Horman
<
[email protected]
>
Tue, 20 Dec 2016 10:21:16 +0000
(11:21 +0100)
committer
Mark Brown
<
[email protected]
>
Tue, 20 Dec 2016 11:40:57 +0000
(11:40 +0000)
4286db8456f4
("spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings")
added a C++ style comment. This is not in keeping with the style used
for comments elsewhere in this fine. Update it accordingly.
Signed-off-by: Simon Horman <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
drivers/spi/spi-sh-msiof.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-sh-msiof.c
b/drivers/spi/spi-sh-msiof.c
index 471ca211b76c3b1f54c3e4c2cc7bc82f01e18a0e..1f00eeb0b5a3fb93ae838978dbf7815d94897378 100644
(file)
--- a/
drivers/spi/spi-sh-msiof.c
+++ b/
drivers/spi/spi-sh-msiof.c
@@
-982,7
+982,7
@@
static const struct of_device_id sh_msiof_match[] = {
{ .compatible = "renesas,rcar-gen2-msiof", .data = &r8a779x_data },
{ .compatible = "renesas,msiof-r8a7796", .data = &r8a779x_data },
{ .compatible = "renesas,rcar-gen3-msiof", .data = &r8a779x_data },
- { .compatible = "renesas,sh-msiof", .data = &sh_data }, /
/ Deprecated
+ { .compatible = "renesas,sh-msiof", .data = &sh_data }, /
* Deprecated */
{},
};
MODULE_DEVICE_TABLE(of, sh_msiof_match);