Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1318031
| From | "Rosen, Rami" <rami.rosen@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH] cgroup: Fix misspelling of CONFIG_SOCK_CGROUP_DATA in comments |
| Date | 2016-01-26 16:10 +0100 |
| Message-ID | <qVdpM-5RZ-31@gated-at.bofh.it> (permalink) |
| References | <qVcWK-5sj-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -604,11 +604,11 @@ static inline struct cgroup *sock_cgroup_ptr(struct sock_cgroup_data *skcd) #endif } In this occasion, seems that maybe something else is also missing: Shouldn't it be hereafter : +#else /* !CONFIG_SOCK_CGROUP_DATA */ instead ? -#else /* CONFIG_CGROUP_DATA */ +#else /* CONFIG_SOCK_CGROUP_DATA */ Regards, Rami Rosen Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] cgroup: Fix misspelling of CONFIG_SOCK_CGROUP_DATA in comments Andreas Ziegler <andreas.ziegler@fau.de> - 2016-01-26 15:40 +0100
RE: [PATCH] cgroup: Fix misspelling of CONFIG_SOCK_CGROUP_DATA in comments "Rosen, Rami" <rami.rosen@intel.com> - 2016-01-26 16:10 +0100
Re: [PATCH] cgroup: Fix misspelling of CONFIG_SOCK_CGROUP_DATA in comments Andreas Ziegler <andreas.ziegler@fau.de> - 2016-01-26 16:20 +0100
Re: [PATCH] cgroup: Fix misspelling of CONFIG_SOCK_CGROUP_DATA in comments Johannes Weiner <hannes@cmpxchg.org> - 2016-01-26 16:40 +0100
csiph-web