Fix the checkpatch.pl warnings, making it coding style complaint.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
* Author: Kamalesh Babulal <kamalesh.babulal@oracle.com>
*
* Description: This file contains the sample code to demonstrate usage of
- * cgroup_setup_mode() API.
+ * cgroup_setup_mode() API.
*/
#include <stdio.h>
}
setup_mode = cgroup_setup_mode();
- switch(setup_mode) {
+ switch (setup_mode) {
case CGROUP_MODE_LEGACY:
printf("cgroup mode: Legacy\n");
break;