skbuff: constify skb_propagate_pfmemalloc() "page" argument
authorAlexander Lobakin <alobakin@pm.me>
Tue, 2 Feb 2021 13:31:05 +0000 (13:31 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 5 Feb 2021 02:20:13 +0000 (18:20 -0800)
commit48f971c9c80a728646fc03367a28df747f20d0f4
tree0f6454b24a2f60b7b8ac9ceffb72e42c6a8ea83d
parent1d7bab6a94458e959f3f55788fd50ddc7d97403b
skbuff: constify skb_propagate_pfmemalloc() "page" argument

The function doesn't write anything to the page struct itself,
so this argument can be const.

Misc: align second argument to the brace while at it.

Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/skbuff.h