Re: [PATCH v3 2/9] regmap: Introduce regmap_get_reg_stride.
From: Srinivas Kandagatla <hidden>
Date: 2015-03-24 23:07:30
Also in:
linux-api, linux-arm-kernel, linux-arm-msm, lkml
From: Srinivas Kandagatla <hidden>
Date: 2015-03-24 23:07:30
Also in:
linux-api, linux-arm-kernel, linux-arm-msm, lkml
On 24/03/15 22:37, Mark Brown wrote:
On Tue, Mar 24, 2015 at 10:30:00PM +0000, Srinivas Kandagatla wrote:quoted
+ /* regmap_get_reg_stride(): Report the register address stride + * + * Report the register address stride, mainly intended to for use by + * generic infrastructure built on top of regmap. + */ +int regmap_get_reg_stride(struct regmap *map)Please fix the indentation for the comment block and add kerneldoc for the argument. This is an exported function so it should also be /** not /*
My bad.. I will fix it in next version.