Messages in this thread |  | | Date | Thu, 19 Jun 2014 11:17:29 +0400 | | From | Vladimir Davydov <> | | Subject | Re: [PATCH] mm: slab.h: wrap the whole file with guarding macro |
| |
On Wed, Jun 18, 2014 at 06:11:35PM +0400, Andrey Ryabinin wrote: > Guarding section: > #ifndef MM_SLAB_H > #define MM_SLAB_H > ... > #endif > currently doesn't cover the whole mm/slab.h. It seems like it was > done unintentionally. > > Wrap the whole file by moving closing #endif to the end of it. > > Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
Reviewed-by: Vladimir Davydov <vdavydov@parallels.com>
|  |