Add "no BKL needed" comments to several drivers
[cascardo/linux.git] / arch / cris / arch-v32 / drivers / cryptocop.c
index 9fb5820..c172042 100644 (file)
@@ -2302,7 +2302,7 @@ static int cryptocop_job_setup(struct cryptocop_prio_job **pj, struct cryptocop_
        return 0;
 }
 
-
+/* No BKL needed here - no global resources accessed */
 static int cryptocop_open(struct inode *inode, struct file *filp)
 {
        int p = iminor(inode);