summaryrefslogtreecommitdiff
path: root/tools/arch/alpha/include
diff options
context:
space:
mode:
authortcharding <me@tobin.cc>2017-02-09 17:56:07 +1100
committerDavid S. Miller <davem@davemloft.net>2017-02-10 13:37:49 -0500
commitf4563a75fb93d6a756416d97e13f0773ac373a24 (patch)
treeb3d493453c82bb204553f88a56770bab6cda67ac /tools/arch/alpha/include
parenteb13da1a103a808c05267816fa4d30d603bfda5e (diff)
net: Fix checkpatch, Missing a blank line after declarations
This patch fixes multiple occurrences of checkpatch WARNING: Missing a blank line after declarations. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/arch/alpha/include')
0 files changed, 0 insertions, 0 deletions
330_request_channel' and `pl330_release_channel' functions. Function `pl330_request_channel' is only called from `pl330_alloc_chan_resources', so the lock is already held. Function `pl330_release_channel' is called from `pl330_free_chan_resources', which already holds the lock, and from `pl330_del'. Function `pl330_del' is called in an error path of `pl330_probe' and at the end of `pl330_remove', but I assume that there cannot be concurrent accesses to the protected data at those points. Signed-off-by: Iago Abal <mail@iagoabal.eu> Reviewed-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/crypto/kpp.h')