summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Xu <even.xu@intel.com>2025-12-09 15:52:12 +0800
committerJiri Kosina <jkosina@suse.com>2026-01-07 22:03:47 +0100
commitdabc153c79890911b23c93c1dd65e15b53e87740 (patch)
tree904d953ca794e824ecafb99e4e34a2fe96fe4066 /include
parentfde4ce068d1bccacf1e2d6a28697a3847f28e0a6 (diff)
HID: Intel-thc-hid: Intel-quicki2c: Use size_t for all length variables
Convert all length-related variables in the QuickI2C protocol layer to use size_t type to follow kernel coding conventions. This includes: - All buffer length parameters and variables - Return values of quicki2c_encode_cmd() function which represents encoded command buffer size. - Return values of quicki2c_init_write_buf() function which represents process result: either prepared output buffer size or error code. This change improves type consistency and aligns with standard kernel practices for memory size representation, reducing potential issues with size calculations and comparisons. Signed-off-by: Even Xu <even.xu@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions