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:
9648cb5
)
media: imx274: fix error in function docs
author
Luca Ceresoli
<
[email protected]
>
Fri, 24 Aug 2018 16:35:23 +0000
(12:35 -0400)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Mon, 17 Sep 2018 19:12:34 +0000
(15:12 -0400)
This parameter holds the number of bytes, not bits.
Signed-off-by: Luca Ceresoli <
[email protected]
>
Signed-off-by: Sakari Ailus <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/i2c/imx274.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/imx274.c
b/drivers/media/i2c/imx274.c
index 6572d572879108ef650ce3d7bfa58d7596d99b65..07bc41f537c55ea5e922496eeefb0a652c8b8772 100644
(file)
--- a/
drivers/media/i2c/imx274.c
+++ b/
drivers/media/i2c/imx274.c
@@
-668,7
+668,7
@@
static inline int imx274_write_reg(struct stimx274 *priv, u16 addr, u8 val)
* @addr: Address of the LSB register. Other registers must be
* consecutive, least-to-most significant.
* @val: Value to be written to the register (cpu endianness)
- * @nbytes: Number of b
it
s to write (range: [1..3])
+ * @nbytes: Number of b
yte
s to write (range: [1..3])
*/
static int imx274_write_mbreg(struct stimx274 *priv, u16 addr, u32 val,
size_t nbytes)