summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/osc/osc_dev.c
diff options
context:
space:
mode:
authorChris Hanna <hannac@iu.edu>2015-06-03 10:23:42 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-08 12:32:09 -0700
commit29ac6840d7c8b4ce60c9dcd0a55fce6a84d3bae0 (patch)
tree4e0dc2c4ef0ec25c5f88e1d536e41c0109bc1d99 /drivers/staging/lustre/lustre/osc/osc_dev.c
parent06d0c4989fa40012957c6d96ed0a05684c3b7c61 (diff)
downloadop-kernel-dev-29ac6840d7c8b4ce60c9dcd0a55fce6a84d3bae0.zip
op-kernel-dev-29ac6840d7c8b4ce60c9dcd0a55fce6a84d3bae0.tar.gz
staging: lustre: osc: clean up whitespace and align function parameters
Minor changes to remove excessive whitespace and improve readability of osc functions. Signed-off-by: Chris Hanna <hannac@iu.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/osc/osc_dev.c')
-rw-r--r--drivers/staging/lustre/lustre/osc/osc_dev.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/lustre/lustre/osc/osc_dev.c b/drivers/staging/lustre/lustre/osc/osc_dev.c
index ce5c3af..9222c9f 100644
--- a/drivers/staging/lustre/lustre/osc/osc_dev.c
+++ b/drivers/staging/lustre/lustre/osc/osc_dev.c
@@ -118,7 +118,7 @@ static struct lu_device *osc2lu_dev(struct osc_device *osc)
*/
static void *osc_key_init(const struct lu_context *ctx,
- struct lu_context_key *key)
+ struct lu_context_key *key)
{
struct osc_thread_info *info;
@@ -248,14 +248,14 @@ static const struct lu_device_type_operations osc_device_type_ops = {
.ldto_device_alloc = osc_device_alloc,
.ldto_device_free = osc_device_free,
- .ldto_device_init = osc_device_init,
- .ldto_device_fini = osc_device_fini
+ .ldto_device_init = osc_device_init,
+ .ldto_device_fini = osc_device_fini
};
struct lu_device_type osc_device_type = {
- .ldt_tags = LU_DEVICE_CL,
- .ldt_name = LUSTRE_OSC_NAME,
- .ldt_ops = &osc_device_type_ops,
+ .ldt_tags = LU_DEVICE_CL,
+ .ldt_name = LUSTRE_OSC_NAME,
+ .ldt_ops = &osc_device_type_ops,
.ldt_ctx_tags = LCT_CL_THREAD
};
OpenPOWER on IntegriCloud