Hi Sakari,

On 01/14/2012 09:51 PM, Sakari Ailus wrote:
>>> diff --git a/drivers/media/video/v4l2-ctrls.c
>>> b/drivers/media/video/v4l2-ctrls.c index 083bb79..da1ec52 100644
>>> --- a/drivers/media/video/v4l2-ctrls.c
>>> +++ b/drivers/media/video/v4l2-ctrls.c
>>> @@ -606,6 +606,12 @@ const char *v4l2_ctrl_get_name(u32 id)
>>>     case V4L2_CID_FLASH_CHARGE:             return "Charge";
>>>     case V4L2_CID_FLASH_READY:              return "Ready to strobe";
>>>
>>> +   case V4L2_CID_IMAGE_SOURCE_CLASS:       return "Image source controls";
>>> +   case V4L2_CID_IMAGE_SOURCE_VBLANK:      return "Vertical blanking";
>>> +   case V4L2_CID_IMAGE_SOURCE_HBLANK:      return "Horizontal blanking";
>>> +   case V4L2_CID_IMAGE_SOURCE_LINK_FREQ:   return "Link frequency";
>>> +   case V4L2_CID_IMAGE_SOURCE_ANALOGUE_GAIN: return "Analogue gain";
>>
>> Please capitalize each word, as done for the other controls.
> 
> This isn't done for the flash controls either, have you noticed that?
> 
> Well, I guess I have to admit that they were added by myself. ;-)
> 
> I can fix this for the next patchset.
 
I don't want to be annoying (too much ;)) but the FLASH controls documentation
is missing some <constant> tags in the text.  Other classes use them for
standard identifiers.

Regards, 
Sylwester
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to