From: Daniel Vetter Date: Wed, 22 Jan 2014 23:39:13 +0000 (+0100) Subject: drm/doc: Add function reference documentation for drm_mm.c X-Git-Tag: v3.15-rc1~51^2~54^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18c04128faa2aa08547f8b73b9ecbf8fd6936af;p=pandora-kernel.git drm/doc: Add function reference documentation for drm_mm.c While at it do a tiny bit of interface cleanup and convert boolean return values to bool. With this patch all exported functions and inline helpers which are part of the drm_mm public interface are documented. Also drop superflous extern function modifiers since most of drm_mm.h doesn't use them - more consistent that way. Reviewed-by: Alex Deucher Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed