Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux

Pull coccinelle update from Julia Lawall:
"Simplify the device_attr_show semantic patch

Also removes an unused variable warning"

* tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux:
coccinelle: device_attr_show: Remove useless expression STR

+1 -1
+1 -1
scripts/coccinelle/api/device_attr_show.cocci
··· 28 28 29 29 @rp depends on patch@ 30 30 identifier show, dev, attr, buf; 31 - expression BUF, SZ, FORMAT, STR; 31 + expression BUF, SZ, FORMAT; 32 32 @@ 33 33 34 34 ssize_t show(struct device *dev, struct device_attribute *attr, char *buf)