aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2018-04-22 18:23:48 +0200
committerKees Cook <[email protected]>2018-04-24 19:50:05 -0700
commitcc4b86e496beb6f3f499e1be260f51b4026aba84 (patch)
treeef969b280f55e672fe56c9d03dedff7973204c1c /include/linux
parenteb366989aa42e688b525929a0ff67ac047df7ee3 (diff)
rslib: Cleanup whitespace damage
Instead of mixing the whitespace cleanup into functional changes, mop it up first. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Boris Brezillon <[email protected]> Cc: Tony Luck <[email protected]> Cc: Kees Cook <[email protected]> Cc: Segher Boessenkool <[email protected]> Cc: Kernel Hardening <[email protected]> Cc: Richard Weinberger <[email protected]> Cc: Mike Snitzer <[email protected]> Cc: Anton Vorontsov <[email protected]> Cc: Colin Cross <[email protected]> Cc: Andrew Morton <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Alasdair Kergon <[email protected]> Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/rslib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/rslib.h b/include/linux/rslib.h
index 2aae7ef987eb..d7bc66931032 100644
--- a/include/linux/rslib.h
+++ b/include/linux/rslib.h
@@ -41,15 +41,15 @@
* @list: List entry for the rs control list
*/
struct rs_control {
- int mm;
- int nn;
+ int mm;
+ int nn;
uint16_t *alpha_to;
uint16_t *index_of;
uint16_t *genpoly;
- int nroots;
- int fcr;
- int prim;
- int iprim;
+ int nroots;
+ int fcr;
+ int prim;
+ int iprim;
int gfpoly;
int (*gffunc)(int);
int users;