eCryptfs: grammatical fix (destruct to destroy)
Andrew Morton wrote: > > +int ecryptfs_destruct_crypto(void) > > ecryptfs_destroy_crypto would be more grammatically correct ;) Grammatical fix for some function names. Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
af655dc6a9
commit
fcd1283566
4 changed files with 11 additions and 11 deletions
|
@ -796,8 +796,8 @@ static void do_sysfs_unregistration(void)
|
|||
{
|
||||
int rc;
|
||||
|
||||
if ((rc = ecryptfs_destruct_crypto())) {
|
||||
printk(KERN_ERR "Failure whilst attempting to destruct crypto; "
|
||||
if ((rc = ecryptfs_destroy_crypto())) {
|
||||
printk(KERN_ERR "Failure whilst attempting to destroy crypto; "
|
||||
"rc = [%d]\n", rc);
|
||||
}
|
||||
sysfs_remove_file(&ecryptfs_subsys.kobj,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue