dect
/
linux-2.6
Archived
13
0
Fork 0

regmap: fix small typo in regmap_bulk_write comment

Signed-off-by: Nestor Ovroy <novroy@riseup.net>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Nestor Ovroy 2013-01-18 16:51:03 +01:00 committed by Mark Brown
parent 7d1f9aeff1
commit 31b35e9edd
1 changed files with 1 additions and 1 deletions

View File

@ -1106,7 +1106,7 @@ EXPORT_SYMBOL_GPL(regmap_raw_write);
* @val_count: Number of registers to write
*
* This function is intended to be used for writing a large block of
* data to be device either in single transfer or multiple transfer.
* data to the device either in single transfer or multiple transfer.
*
* A value of zero will be returned on success, a negative errno will
* be returned in error cases.