From: Vivek Goyal Date: Wed, 3 Oct 2012 20:56:58 +0000 (-0400) Subject: cfq-iosched: Rename "service_tree" to "st" at some places X-Git-Tag: v3.9-rc1~44^2~12^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b98d03bd6e3f3c67af1e4933aaf19887a61192;p=pandora-kernel.git cfq-iosched: Rename "service_tree" to "st" at some places At quite a few places we use the keyword "service_tree". At some places, especially local variables, I have abbreviated it to "st". Also at couple of places moved binary operator "+" from beginning of line to end of previous line, as per Tejun's feedback. v2: Reverted most of the service tree name change based on Jeff Moyer's feedback. Signed-off-by: Vivek Goyal Signed-off-by: Tejun Heo --- Reading git-diff-tree failed