Hello:
This patch was applied to chrome-platform/linux.git (for-next) by Thierry Reding thierry.reding@gmail.com:
On Fri, 14 Jul 2023 22:56:13 +0200 you wrote:
while working on an extension for the pwm framework, I noticed that some drivers and even the core only nearly consistently named all variables and struct members holding a pointer to a struct pwm_chip "chip":
$ git grep -Pho 'struct pwm_chip **[a-z0-9_]+(*nla:[(a-z0-9_])' v6.5-rc1 | sort | uniq -c | sort -n 1 struct pwm_chip *pwm 1 struct pwm_chip pwm 1 struct pwm_chip pwm_chip 2 struct pwm_chip *_chip 4 struct pwm_chip *c 8 struct pwm_chip *pc 57 struct pwm_chip chip 358 struct pwm_chip *chip
[...]
Here is the summary with links: - [05/10] pwm: cros-ec: Consistenly name pwm_chip variables "chip" https://git.kernel.org/chrome-platform/c/5996cdf132da
You are awesome, thank you!