From: Jérémy Bobbio Date: Wed, 8 Jul 2015 19:06:33 +0000 (+0100) Subject: scripts/kernel-doc: parse kernel-doc deterministically X-Git-Tag: omap-for-v4.3/fixes-merge-window~35^2~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e106e4df28aa264f9ded7e5be3733224f2e4f93;p=pandora-kernel.git scripts/kernel-doc: parse kernel-doc deterministically Regular expressions for highlights in kernel-doc are stored in a Perl hash. These hashes are ordered differently for each Perl run. This will prevent kernel-doc to behave deterministically when parsing “@foo()” as in some runs it will be interpreted as a parameter and in the others it will be interpreted as a function. We now sort the %highlights hash to get the same behavior on every run. Signed-off-by: Jérémy Bobbio Signed-off-by: Ben Hutchings Signed-off-by: Jonathan Corbet --- Reading git-diff-tree failed