Smack: Clean up comments

There are a number of comments in the Smack code that
are either malformed or include code. This patch cleans
them up.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
This commit is contained in:
Casey Schaufler
2011-09-29 18:21:01 -07:00
committed by Casey Schaufler
parent 531f1d453e
commit ce8a432197
3 changed files with 10 additions and 12 deletions

View File

@@ -104,9 +104,6 @@ const char *smack_cipso_option = SMACK_CIPSO_OPTION;
#define SEQ_READ_FINISHED ((loff_t)-1)
/*
#define SEQ_READ_FINISHED 1
*/
/*
* Values for parsing cipso rules
@@ -475,10 +472,6 @@ static ssize_t smk_write_load(struct file *file, const char __user *buf,
if (!capable(CAP_MAC_ADMIN))
return -EPERM;
/*
return smk_write_load_list(file, buf, count, ppos, &smack_rule_list,
&smack_list_lock);
*/
return smk_write_load_list(file, buf, count, ppos, NULL, NULL);
}