[PATCH] staging: crypto: fixed style errors in ablkcipher.c

2014-12-04 Thread Joshua I. James
From: "Joshua I. James" Fixed style errors reported by checkpatch. WARNING: Missing a blank line after declarations + u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); + return max(start, end_page); WARNING: line over 80 characters + scatterwalk_st

Re: [PATCH] staging: crypto: fixed style errors in ablkcipher.c

2014-12-05 Thread Jason Cooper
Joshua, Your subject, "[PATCH] staging: crypto: fixed style errors in ablkcipher.c" is misleading. 'staging' is a location in the tree, drivers/staging/, not a separate git tree. So your subject for this series should have been "[PATCH] crypto: ablkcipher: Cleanup minor