kernel/kernel/power/wakelock.c
.. .. @@ -48,6 +48,7 @@ 48 48 if (wl->ws->active == show_active) 49 49 len += sysfs_emit_at(buf, len, "%s ", wl->name); 50 50 } 51 +51 52 len += sysfs_emit_at(buf, len, "\n"); 52 53 53 54 mutex_unlock(&wakelocks_lock);