sound: Fixed line limit issue in sound/ac97_bus.c

From a2c2867876c246420a199a0fb4c36ad2965a42cc Mon Sep 17 00:00:00 2001 From: Jeffrin Jose Date: Mon, 6 Dec 2010 19:27:53 +0530 Subject: [PATCH] sound: Fixed line limit issue in sound/ac97_bus.c This is a patch to the sound/ac97_bus.c file that fixes up a 80 character line limit issue found by the checkpatch.pl tool. Signed-off-by: Jeffrin Jose — sound/ac97_bus.c | 6 …

Unevictable: 4 kB 0.1

Unevictable: 4 kB The Unevictable LRU infrastructure addresses the following classes of unevictable pages: + page owned by ram disks or ramfs + page mapped into SHM_LOCKed shared memory regions + page mapped into VM_LOCKED [mlock()ed] vmas Least Recently Used (LRU): discards the least recently used items first. This algorithm requires keeping track of what …

logger—0.6.xml

[daemon.log]Every daemon without a separate facility logs to daemon.log. The priority of log events is not relevent.[debug]File debug has messages useful for debugging.The priority of log events are not relevent.[dmesg] After the kernel has booted, all kernel messages are written to dmesg for later reference.This file is not rotated and only exists for a single …

find command part 1

$cat 1 $ $cat 2 $ $find . ./2 ./1 $find . . ./2 ./1 $ls 1 2 $find . -print . ./2 ./1 $find -print . ./2 ./1 $find -name 1 ./1 $ The find command is used to locate files on a Unix or Linux system. find will search any set of director- …

kern.log part 1

$cut -d ‘ ‘ -f6-20 /var/log/kern.log [22293.016178] kjournald starting. Commit interval 5 seconds [22293.016218] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended [22293.016635] EXT3 FS on sdb2, internal journal [22293.016647] EXT3-fs: mounted filesystem with ordered data mode. $ The First field shown above is a timestamp. The kernel ring buffer is not really …

pinky – lightweight finger

$pinky Login Name TTY Idle When Where jeffrin Jeffrin Jose *tty7 00:28 2010-09-27 15:33 :0 jeffrin Jeffrin Jose *pts/0 2010-09-27 15:40 :0.0 jeffrin Jeffrin Jose pts/1 2010-09-27 16:00 :0.0 $pinky jeffrin Login Name TTY Idle When Where jeffrin Jeffrin Jose *tty7 00:28 2010-09-27 15:33 :0 jeffrin Jeffrin Jose *pts/0 2010-09-27 15:40 :0.0 jeffrin Jeffrin Jose …