From: Patrick McHardy Date: Sat, 11 Apr 2015 01:27:27 +0000 (+0100) Subject: netfilter: nf_tables: rename nft_validate_data_load() X-Git-Tag: omap-for-v4.2/o2_dc~131^2~1^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec10212f9bc62645932b0ca39bab0eb57d5331a;p=pandora-kernel.git netfilter: nf_tables: rename nft_validate_data_load() The existing name is ambiguous, data is loaded as well when we read from a register. Rename to nft_validate_register_store() for clarity and consistency with the upcoming patch to introduce its counterpart, nft_validate_register_load(). Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed