== Series Details == Series: series starting with [1/1] drm/i915: Export LMEM max memory bandwidth via sysfs. URL : https://patchwork.freedesktop.org/series/110902/ State : warning == Summary == Error: dim checkpatch failed b196769302e7 drm/i915: Export LMEM max memory bandwidth via sysfs. -:43: CHECK:CAMELCASE: Avoid CamelCase: <prelim_lmem_max_bw_Mbps_show> #43: FILE: drivers/gpu/drm/i915/i915_sysfs.c:238: +prelim_lmem_max_bw_Mbps_show(struct device *dev, struct device_attribute *attr, char *buff) -:58: CHECK:CAMELCASE: Avoid CamelCase: <prelim_lmem_max_bw_Mbps> #58: FILE: drivers/gpu/drm/i915/i915_sysfs.c:253: +static DEVICE_ATTR_RO(prelim_lmem_max_bw_Mbps); -:66: CHECK:CAMELCASE: Avoid CamelCase: <dev_attr_prelim_lmem_max_bw_Mbps> #66: FILE: drivers/gpu/drm/i915/i915_sysfs.c:261: + ret = sysfs_create_file(&kdev->kobj, &dev_attr_prelim_lmem_max_bw_Mbps.attr); total: 0 errors, 0 warnings, 3 checks, 53 lines checked