Skip to content
Commit 7451c54a authored by Hariprasad Kelam's avatar Hariprasad Kelam Committed by Tyler Hicks
Browse files

ecryptfs: Change return type of ecryptfs_process_flags



Change return type of ecryptfs_process_flags from int to void as it
never fails.

fixes below issue reported by coccicheck

s/ecryptfs/crypto.c:870:5-7: Unneeded variable: "rc". Return "0" on line
883

Signed-off-by: default avatarHariprasad Kelam <hariprasad.kelam@gmail.com>
[tyhicks: Remove the return value line from the function documentation]
Signed-off-by: default avatarTyler Hicks <tyhicks@canonical.com>
parent c036061b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment