Re: [PATCH] cgroup: drop unneeded semicolon
Tejun Heo <[email protected]> Sun, 02 Aug 2026 09:02:06 -1000
| Newsgroups | gmane.linux.kernel.cgroups,gmane.linux.kernel.janitors,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Applied to cgroup/for-7.3 with the first paragraph of the description
updated to:
The trailing semicolon belongs at the point of use, not in the macro
definition. All uses have been verified to have their own semicolons.
Thanks.