From: Daniel Vetter Date: Thu, 21 May 2015 12:21:25 +0000 (+0200) Subject: drm/i915: s/\/req/g X-Git-Tag: omap-for-v4.2/fixes-rc1^2~37^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed29a5b21557476bbd8b141946a8dfe5aacc4f3;p=pandora-kernel.git drm/i915: s/\/req/g The merged seqno->request conversion from John called request variables req, but some (not all) of Chris' recent patches changed those to just rq. We've had a lenghty (and inconclusive) discussion on irc which is the more meaningful name with maybe at most a slight bias towards req. Given that the "don't change names without good reason to avoid conflicts" rule applies, so lets go back to a req everywhere for consistency. I'll sed any patches for which this will cause conflicts before applying. Cc: Chris Wilson Cc: John Harrison [danvet: s/origina/merged/ as pointed out by Chris - the first mass-conversion patch was from Chris, the merged one from John.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed