summaryrefslogtreecommitdiff
path: root/include/sound/info.h
diff options
context:
space:
mode:
authortcharding <me@tobin.cc>2017-02-09 17:56:07 +1100
committerDavid S. Miller <davem@davemloft.net>2017-02-10 13:37:49 -0500
commitf4563a75fb93d6a756416d97e13f0773ac373a24 (patch)
treeb3d493453c82bb204553f88a56770bab6cda67ac /include/sound/info.h
parenteb13da1a103a808c05267816fa4d30d603bfda5e (diff)
net: Fix checkpatch, Missing a blank line after declarations
This patch fixes multiple occurrences of checkpatch WARNING: Missing a blank line after declarations. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/sound/info.h')
0 files changed, 0 insertions, 0 deletions
visible, which they're allowed to after onlining, it can lead to NULL dereference. The current code performs cgroup creation and subsystem onlining in cgroup_create() and cgroup_mkdir() makes the cgroup and subsystems visible afterwards. There's no reason to online the subsystems early and we can simply drop cgroup_apply_control_enable() call from cgroup_create() so that the subsystems are onlined and made visible at the same time. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Fixes: a5bca2152036 ("cgroup: factor out cgroup_create() out of cgroup_mkdir()") Cc: stable@vger.kernel.org # v4.6+
Diffstat (limited to 'sound/soc/blackfin')