From: NeilBrown Date: Wed, 9 Sep 2015 22:38:10 +0000 (-0700) Subject: kmod: correct documentation of return status of request_module X-Git-Tag: omap-for-v4.3/fixes-rc1~36^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b61a6f42f36e4fbfbc0139b7e86ce1494d2d9b;p=pandora-kernel.git kmod: correct documentation of return status of request_module If request_module() successfully runs modprobe, but modprobe exits with a non-zero status, then the return value from request_module() will be that (positive) error status. So the return from request_module can be: negative errno zero for success positive exit code. Signed-off-by: NeilBrown Cc: Goldwyn Rodrigues Cc: Oleg Nesterov Cc: Tejun Heo Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed