K 10 svn:author V 7 dchagin K 8 svn:date V 27 2017-04-29T09:26:30.921574Z K 7 svn:log V 350 MFC r316776 (by cem@): linux_ioctl: Refactor some v4l2 struct converters According to the C standard, it is invalid to copy beyond the end of an object, even if that object is obviously a member of a larger object (a struct, in this case). Appease the standard and Coverity by refactoring the copy in a straightforward way. No functional change. END