[PATCH] staging: lustre: ptlrpc: fix lproc_ptlrpc static declarations

2015-01-20 Thread Jon Bernard
This patch fixes the following sparse warnings:

drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:51:3:warning:
 symbol 'll_rpc_opcode_table' was not declared. Should it be static?
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:142:3: warning:
 symbol 'll_eopcode_table' was not declared. Should it be static?
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:178:12: warning:
 symbol 'll_eopcode2str' was not declared. Should it be static?
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:731:1: warning:
 symbol 'ptlrpc_lprocfs_svc_req_history_seek' was not declared. Should it be 
static?

Signed-off-by: Jon Bernard 
---
 drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c 
b/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c
index 90448e9..0e2071b 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c
@@ -45,7 +45,7 @@
 #include "ptlrpc_internal.h"
 
 
-struct ll_rpc_opcode {
+static struct ll_rpc_opcode {
__u32   opcode;
const char *opname;
 } ll_rpc_opcode_table[LUSTRE_MAX_OPCODES] = {
@@ -136,7 +136,7 @@ struct ll_rpc_opcode {
{ UPDATE_OBJ,   "update_obj" },
 };
 
-struct ll_eopcode {
+static struct ll_eopcode {
__u32   opcode;
const char *opname;
 } ll_eopcode_table[EXTRA_LAST_OPC] = {
@@ -175,11 +175,12 @@ const char *ll_opcode2str(__u32 opcode)
return ll_rpc_opcode_table[offset].opname;
 }
 
-const char *ll_eopcode2str(__u32 opcode)
+static const char *ll_eopcode2str(__u32 opcode)
 {
LASSERT(ll_eopcode_table[opcode].opcode == opcode);
return ll_eopcode_table[opcode].opname;
 }
+
 #if defined (CONFIG_PROC_FS)
 static void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
char *name,
@@ -727,7 +728,7 @@ struct ptlrpc_srh_iterator {
struct ptlrpc_request   *srhi_req;
 };
 
-int
+static int
 ptlrpc_lprocfs_svc_req_history_seek(struct ptlrpc_service_part *svcpt,
struct ptlrpc_srh_iterator *srhi,
__u64 seq)
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] staging: lustre: ptlrpc: fix lproc_ptlrpc static declarations

2015-01-20 Thread Jon Bernard
This patch fixes the following sparse warnings:

drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:51:3:warning:
 symbol 'll_rpc_opcode_table' was not declared. Should it be static?
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:142:3: warning:
 symbol 'll_eopcode_table' was not declared. Should it be static?
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:178:12: warning:
 symbol 'll_eopcode2str' was not declared. Should it be static?
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:731:1: warning:
 symbol 'ptlrpc_lprocfs_svc_req_history_seek' was not declared. Should it be 
static?

Signed-off-by: Jon Bernard jbern...@tuxion.com
---
 drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c 
b/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c
index 90448e9..0e2071b 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c
@@ -45,7 +45,7 @@
 #include ptlrpc_internal.h
 
 
-struct ll_rpc_opcode {
+static struct ll_rpc_opcode {
__u32   opcode;
const char *opname;
 } ll_rpc_opcode_table[LUSTRE_MAX_OPCODES] = {
@@ -136,7 +136,7 @@ struct ll_rpc_opcode {
{ UPDATE_OBJ,   update_obj },
 };
 
-struct ll_eopcode {
+static struct ll_eopcode {
__u32   opcode;
const char *opname;
 } ll_eopcode_table[EXTRA_LAST_OPC] = {
@@ -175,11 +175,12 @@ const char *ll_opcode2str(__u32 opcode)
return ll_rpc_opcode_table[offset].opname;
 }
 
-const char *ll_eopcode2str(__u32 opcode)
+static const char *ll_eopcode2str(__u32 opcode)
 {
LASSERT(ll_eopcode_table[opcode].opcode == opcode);
return ll_eopcode_table[opcode].opname;
 }
+
 #if defined (CONFIG_PROC_FS)
 static void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
char *name,
@@ -727,7 +728,7 @@ struct ptlrpc_srh_iterator {
struct ptlrpc_request   *srhi_req;
 };
 
-int
+static int
 ptlrpc_lprocfs_svc_req_history_seek(struct ptlrpc_service_part *svcpt,
struct ptlrpc_srh_iterator *srhi,
__u64 seq)
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: fix switch case statement indenting

2013-09-17 Thread Jon Bernard
This is a patch to lvfs_linux.c that fixes incorrect switch case statement
indenting found by checkpatch.pl.

Signed-off-by: Jon Bernard 
---
 drivers/staging/lustre/lustre/lvfs/lvfs_linux.c | 50 -
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c 
b/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
index 18e1b47..9d79eee 100644
--- a/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
+++ b/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
@@ -253,31 +253,31 @@ __s64 lprocfs_read_helper(struct lprocfs_counter *lc,
return 0;
 
switch (field) {
-   case LPROCFS_FIELDS_FLAGS_CONFIG:
-   ret = header->lc_config;
-   break;
-   case LPROCFS_FIELDS_FLAGS_SUM:
-   ret = lc->lc_sum;
-   if ((flags & LPROCFS_STATS_FLAG_IRQ_SAFE) != 0)
-   ret += lc->lc_sum_irq;
-   break;
-   case LPROCFS_FIELDS_FLAGS_MIN:
-   ret = lc->lc_min;
-   break;
-   case LPROCFS_FIELDS_FLAGS_MAX:
-   ret = lc->lc_max;
-   break;
-   case LPROCFS_FIELDS_FLAGS_AVG:
-   ret = (lc->lc_max - lc->lc_min) / 2;
-   break;
-   case LPROCFS_FIELDS_FLAGS_SUMSQUARE:
-   ret = lc->lc_sumsquare;
-   break;
-   case LPROCFS_FIELDS_FLAGS_COUNT:
-   ret = lc->lc_count;
-   break;
-   default:
-   break;
+   case LPROCFS_FIELDS_FLAGS_CONFIG:
+   ret = header->lc_config;
+   break;
+   case LPROCFS_FIELDS_FLAGS_SUM:
+   ret = lc->lc_sum;
+   if ((flags & LPROCFS_STATS_FLAG_IRQ_SAFE) != 0)
+   ret += lc->lc_sum_irq;
+   break;
+   case LPROCFS_FIELDS_FLAGS_MIN:
+   ret = lc->lc_min;
+   break;
+   case LPROCFS_FIELDS_FLAGS_MAX:
+   ret = lc->lc_max;
+   break;
+   case LPROCFS_FIELDS_FLAGS_AVG:
+   ret = (lc->lc_max - lc->lc_min) / 2;
+   break;
+   case LPROCFS_FIELDS_FLAGS_SUMSQUARE:
+   ret = lc->lc_sumsquare;
+   break;
+   case LPROCFS_FIELDS_FLAGS_COUNT:
+   ret = lc->lc_count;
+   break;
+   default:
+   break;
};
 
return ret;
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: fix switch case statement indenting

2013-09-17 Thread Jon Bernard
This is a patch to lvfs_linux.c that fixes incorrect switch case statement
indenting found by checkpatch.pl.

Signed-off-by: Jon Bernard jbern...@tuxion.com
---
 drivers/staging/lustre/lustre/lvfs/lvfs_linux.c | 50 -
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c 
b/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
index 18e1b47..9d79eee 100644
--- a/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
+++ b/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
@@ -253,31 +253,31 @@ __s64 lprocfs_read_helper(struct lprocfs_counter *lc,
return 0;
 
switch (field) {
-   case LPROCFS_FIELDS_FLAGS_CONFIG:
-   ret = header-lc_config;
-   break;
-   case LPROCFS_FIELDS_FLAGS_SUM:
-   ret = lc-lc_sum;
-   if ((flags  LPROCFS_STATS_FLAG_IRQ_SAFE) != 0)
-   ret += lc-lc_sum_irq;
-   break;
-   case LPROCFS_FIELDS_FLAGS_MIN:
-   ret = lc-lc_min;
-   break;
-   case LPROCFS_FIELDS_FLAGS_MAX:
-   ret = lc-lc_max;
-   break;
-   case LPROCFS_FIELDS_FLAGS_AVG:
-   ret = (lc-lc_max - lc-lc_min) / 2;
-   break;
-   case LPROCFS_FIELDS_FLAGS_SUMSQUARE:
-   ret = lc-lc_sumsquare;
-   break;
-   case LPROCFS_FIELDS_FLAGS_COUNT:
-   ret = lc-lc_count;
-   break;
-   default:
-   break;
+   case LPROCFS_FIELDS_FLAGS_CONFIG:
+   ret = header-lc_config;
+   break;
+   case LPROCFS_FIELDS_FLAGS_SUM:
+   ret = lc-lc_sum;
+   if ((flags  LPROCFS_STATS_FLAG_IRQ_SAFE) != 0)
+   ret += lc-lc_sum_irq;
+   break;
+   case LPROCFS_FIELDS_FLAGS_MIN:
+   ret = lc-lc_min;
+   break;
+   case LPROCFS_FIELDS_FLAGS_MAX:
+   ret = lc-lc_max;
+   break;
+   case LPROCFS_FIELDS_FLAGS_AVG:
+   ret = (lc-lc_max - lc-lc_min) / 2;
+   break;
+   case LPROCFS_FIELDS_FLAGS_SUMSQUARE:
+   ret = lc-lc_sumsquare;
+   break;
+   case LPROCFS_FIELDS_FLAGS_COUNT:
+   ret = lc-lc_count;
+   break;
+   default:
+   break;
};
 
return ret;
-- 
1.8.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: remove assignment in if conditions

2013-09-16 Thread Jon Bernard
This is a patch to lvfs_linux.c that removes the use of variable assignment
within an if condition found by checkpatch.pl.

Signed-off-by: Jon Bernard 
---
 drivers/staging/lustre/lustre/lvfs/lvfs_linux.c | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c 
b/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
index 18e1b47..7b03f4d 100644
--- a/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
+++ b/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
@@ -80,7 +80,8 @@ static void push_group_info(struct lvfs_run_ctxt *save,
struct cred *cred;
task_lock(current);
save->group_info = current_cred()->group_info;
-   if ((cred = prepare_creds())) {
+   cred = prepare_creds();
+   if (cred) {
cred->group_info = ginfo;
commit_creds(cred);
}
@@ -96,7 +97,8 @@ static void pop_group_info(struct lvfs_run_ctxt *save,
} else {
struct cred *cred;
task_lock(current);
-   if ((cred = prepare_creds())) {
+   cred = prepare_creds();
+   if (cred) {
cred->group_info = save->group_info;
commit_creds(cred);
}
@@ -137,7 +139,8 @@ void push_ctxt(struct lvfs_run_ctxt *save, struct 
lvfs_run_ctxt *new_ctx,
save->luc.luc_fsgid = current_fsgid();
save->luc.luc_cap = current_cap();
 
-   if ((cred = prepare_creds())) {
+   cred = prepare_creds();
+   if (cred) {
cred->uid = uc->luc_uid;
cred->gid = uc->luc_gid;
cred->fsuid = uc->luc_fsuid;
@@ -180,7 +183,8 @@ void pop_ctxt(struct lvfs_run_ctxt *saved, struct 
lvfs_run_ctxt *new_ctx,
current->fs->umask = saved->luc.luc_umask;
if (uc) {
struct cred *cred;
-   if ((cred = prepare_creds())) {
+   cred = prepare_creds();
+   if (cred) {
cred->uid = saved->luc.luc_uid;
cred->gid = saved->luc.luc_gid;
cred->fsuid = saved->luc.luc_fsuid;
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: remove assignment in if conditions

2013-09-16 Thread Jon Bernard
This is a patch to lvfs_linux.c that removes the use of variable assignment
within an if condition found by checkpatch.pl.

Signed-off-by: Jon Bernard jbern...@tuxion.com
---
 drivers/staging/lustre/lustre/lvfs/lvfs_linux.c | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c 
b/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
index 18e1b47..7b03f4d 100644
--- a/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
+++ b/drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
@@ -80,7 +80,8 @@ static void push_group_info(struct lvfs_run_ctxt *save,
struct cred *cred;
task_lock(current);
save-group_info = current_cred()-group_info;
-   if ((cred = prepare_creds())) {
+   cred = prepare_creds();
+   if (cred) {
cred-group_info = ginfo;
commit_creds(cred);
}
@@ -96,7 +97,8 @@ static void pop_group_info(struct lvfs_run_ctxt *save,
} else {
struct cred *cred;
task_lock(current);
-   if ((cred = prepare_creds())) {
+   cred = prepare_creds();
+   if (cred) {
cred-group_info = save-group_info;
commit_creds(cred);
}
@@ -137,7 +139,8 @@ void push_ctxt(struct lvfs_run_ctxt *save, struct 
lvfs_run_ctxt *new_ctx,
save-luc.luc_fsgid = current_fsgid();
save-luc.luc_cap = current_cap();
 
-   if ((cred = prepare_creds())) {
+   cred = prepare_creds();
+   if (cred) {
cred-uid = uc-luc_uid;
cred-gid = uc-luc_gid;
cred-fsuid = uc-luc_fsuid;
@@ -180,7 +183,8 @@ void pop_ctxt(struct lvfs_run_ctxt *saved, struct 
lvfs_run_ctxt *new_ctx,
current-fs-umask = saved-luc.luc_umask;
if (uc) {
struct cred *cred;
-   if ((cred = prepare_creds())) {
+   cred = prepare_creds();
+   if (cred) {
cred-uid = saved-luc.luc_uid;
cred-gid = saved-luc.luc_gid;
cred-fsuid = saved-luc.luc_fsuid;
-- 
1.8.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: remove unnecessary braces

2013-09-13 Thread Jon Bernard
This is a patch to the lvfs_lib.c file that removes unnecessary braces from an
if statement found by the checkpatch.pl tool.

Signed-off-by: Jon Bernard 
---
 drivers/staging/lustre/lustre/lvfs/lvfs_lib.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c 
b/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
index 97a8be2..b21e40c 100644
--- a/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
+++ b/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
@@ -154,11 +154,10 @@ int lprocfs_stats_alloc_one(struct lprocfs_stats *stats, 
unsigned int cpuid)
spin_lock(>ls_lock);
if (stats->ls_biggest_alloc_num <= cpuid)
stats->ls_biggest_alloc_num = cpuid + 1;
-   if (stats->ls_flags & LPROCFS_STATS_FLAG_IRQ_SAFE) {
+   if (stats->ls_flags & LPROCFS_STATS_FLAG_IRQ_SAFE)
spin_unlock_irqrestore(>ls_lock, flags);
-   } else {
+   else
spin_unlock(>ls_lock);
-   }
}
/* initialize the ls_percpu[cpuid] non-zero counter */
for (i = 0; i < stats->ls_num; ++i) {
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: remove unnecessary braces

2013-09-13 Thread Jon Bernard
This is a patch to the lvfs_lib.c file that removes unnecessary braces from an
if statement found by the checkpatch.pl tool.

Signed-off-by: Jon Bernard jbern...@tuxion.com
---
 drivers/staging/lustre/lustre/lvfs/lvfs_lib.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c 
b/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
index 97a8be2..b21e40c 100644
--- a/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
+++ b/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
@@ -154,11 +154,10 @@ int lprocfs_stats_alloc_one(struct lprocfs_stats *stats, 
unsigned int cpuid)
spin_lock(stats-ls_lock);
if (stats-ls_biggest_alloc_num = cpuid)
stats-ls_biggest_alloc_num = cpuid + 1;
-   if (stats-ls_flags  LPROCFS_STATS_FLAG_IRQ_SAFE) {
+   if (stats-ls_flags  LPROCFS_STATS_FLAG_IRQ_SAFE)
spin_unlock_irqrestore(stats-ls_lock, flags);
-   } else {
+   else
spin_unlock(stats-ls_lock);
-   }
}
/* initialize the ls_percpu[cpuid] non-zero counter */
for (i = 0; i  stats-ls_num; ++i) {
-- 
1.8.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: fix assignment in if condition in fsfilt.c

2013-09-12 Thread Jon Bernard
This is a patch to the fsfilt.c file that fixes up three assignment in if
condition errors found by the checkpatch.pl tool.

Signed-off-by: Jon Bernard 
---
 drivers/staging/lustre/lustre/lvfs/fsfilt.c | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/fsfilt.c 
b/drivers/staging/lustre/lustre/lvfs/fsfilt.c
index efc1e52..0d6ed69 100644
--- a/drivers/staging/lustre/lustre/lvfs/fsfilt.c
+++ b/drivers/staging/lustre/lustre/lvfs/fsfilt.c
@@ -61,7 +61,8 @@ int fsfilt_register_ops(struct fsfilt_operations *fs_ops)
struct fsfilt_operations *found;
 
/* lock fsfilt_types list */
-   if ((found = fsfilt_search_type(fs_ops->fs_type))) {
+   found = fsfilt_search_type(fs_ops->fs_type);
+   if (found) {
if (found != fs_ops) {
CERROR("different operations for type %s\n",
   fs_ops->fs_type);
@@ -102,14 +103,16 @@ struct fsfilt_operations *fsfilt_get_ops(const char *type)
struct fsfilt_operations *fs_ops;
 
/* lock fsfilt_types list */
-   if (!(fs_ops = fsfilt_search_type(type))) {
+   fs_ops = fsfilt_search_type(type);
+   if (!fs_ops) {
char name[32];
int rc;
 
snprintf(name, sizeof(name) - 1, "fsfilt_%s", type);
name[sizeof(name) - 1] = '\0';
 
-   if (!(rc = request_module("%s", name))) {
+   rc = request_module("%s", name);
+   if (!rc) {
fs_ops = fsfilt_search_type(type);
CDEBUG(D_INFO, "Loaded module '%s'\n", name);
if (!fs_ops)
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: fix a brace coding style issue in fsfilt.c

2013-09-12 Thread Jon Bernard
This is a patch to the fsfilt.c file that fixes up a brace warning found by the
checkpatch.pl tool.

Signed-off-by: Jon Bernard 
---
 drivers/staging/lustre/lustre/lvfs/fsfilt.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/fsfilt.c 
b/drivers/staging/lustre/lustre/lvfs/fsfilt.c
index e86df73..efc1e52 100644
--- a/drivers/staging/lustre/lustre/lvfs/fsfilt.c
+++ b/drivers/staging/lustre/lustre/lvfs/fsfilt.c
@@ -50,9 +50,8 @@ static struct fsfilt_operations *fsfilt_search_type(const 
char *type)
 
list_for_each(p, _types) {
found = list_entry(p, struct fsfilt_operations, fs_list);
-   if (!strcmp(found->fs_type, type)) {
+   if (!strcmp(found->fs_type, type))
return found;
-   }
}
return NULL;
 }
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: fix a brace coding style issue in fsfilt.c

2013-09-12 Thread Jon Bernard
This is a patch to the fsfilt.c file that fixes up a brace warning found by the
checkpatch.pl tool.

Signed-off-by: Jon Bernard jbern...@tuxion.com
---
 drivers/staging/lustre/lustre/lvfs/fsfilt.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/fsfilt.c 
b/drivers/staging/lustre/lustre/lvfs/fsfilt.c
index e86df73..efc1e52 100644
--- a/drivers/staging/lustre/lustre/lvfs/fsfilt.c
+++ b/drivers/staging/lustre/lustre/lvfs/fsfilt.c
@@ -50,9 +50,8 @@ static struct fsfilt_operations *fsfilt_search_type(const 
char *type)
 
list_for_each(p, fsfilt_types) {
found = list_entry(p, struct fsfilt_operations, fs_list);
-   if (!strcmp(found-fs_type, type)) {
+   if (!strcmp(found-fs_type, type))
return found;
-   }
}
return NULL;
 }
-- 
1.8.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: fix assignment in if condition in fsfilt.c

2013-09-12 Thread Jon Bernard
This is a patch to the fsfilt.c file that fixes up three assignment in if
condition errors found by the checkpatch.pl tool.

Signed-off-by: Jon Bernard jbern...@tuxion.com
---
 drivers/staging/lustre/lustre/lvfs/fsfilt.c | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lvfs/fsfilt.c 
b/drivers/staging/lustre/lustre/lvfs/fsfilt.c
index efc1e52..0d6ed69 100644
--- a/drivers/staging/lustre/lustre/lvfs/fsfilt.c
+++ b/drivers/staging/lustre/lustre/lvfs/fsfilt.c
@@ -61,7 +61,8 @@ int fsfilt_register_ops(struct fsfilt_operations *fs_ops)
struct fsfilt_operations *found;
 
/* lock fsfilt_types list */
-   if ((found = fsfilt_search_type(fs_ops-fs_type))) {
+   found = fsfilt_search_type(fs_ops-fs_type);
+   if (found) {
if (found != fs_ops) {
CERROR(different operations for type %s\n,
   fs_ops-fs_type);
@@ -102,14 +103,16 @@ struct fsfilt_operations *fsfilt_get_ops(const char *type)
struct fsfilt_operations *fs_ops;
 
/* lock fsfilt_types list */
-   if (!(fs_ops = fsfilt_search_type(type))) {
+   fs_ops = fsfilt_search_type(type);
+   if (!fs_ops) {
char name[32];
int rc;
 
snprintf(name, sizeof(name) - 1, fsfilt_%s, type);
name[sizeof(name) - 1] = '\0';
 
-   if (!(rc = request_module(%s, name))) {
+   rc = request_module(%s, name);
+   if (!rc) {
fs_ops = fsfilt_search_type(type);
CDEBUG(D_INFO, Loaded module '%s'\n, name);
if (!fs_ops)
-- 
1.8.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: fix formatting mistake in Kconfig

2013-09-11 Thread Jon Bernard
Signed-off-by: Jon Bernard 
---
 drivers/staging/lustre/lustre/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/Kconfig 
b/drivers/staging/lustre/lustre/Kconfig
index 4e898e4..f949728 100644
--- a/drivers/staging/lustre/lustre/Kconfig
+++ b/drivers/staging/lustre/lustre/Kconfig
@@ -16,7 +16,7 @@ config LUSTRE_FS
  this file system support as a module, choose M here: the module will
  be called lustre.
 
- To mount Lustre file systems , you also need to install the user space
+ To mount Lustre file systems, you also need to install the user space
  mount.lustre and other user space commands which can be found in the
  lustre-client package, available from
  http://downloads.whamcloud.com/public/lustre/
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: lustre: fix formatting mistake in Kconfig

2013-09-11 Thread Jon Bernard
Signed-off-by: Jon Bernard jbern...@tuxion.com
---
 drivers/staging/lustre/lustre/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/Kconfig 
b/drivers/staging/lustre/lustre/Kconfig
index 4e898e4..f949728 100644
--- a/drivers/staging/lustre/lustre/Kconfig
+++ b/drivers/staging/lustre/lustre/Kconfig
@@ -16,7 +16,7 @@ config LUSTRE_FS
  this file system support as a module, choose M here: the module will
  be called lustre.
 
- To mount Lustre file systems , you also need to install the user space
+ To mount Lustre file systems, you also need to install the user space
  mount.lustre and other user space commands which can be found in the
  lustre-client package, available from
  http://downloads.whamcloud.com/public/lustre/
-- 
1.8.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: fwserial: wrap a line that exceeds 80 characters

2013-09-10 Thread Jon Bernard
This is a patch to fwserial.c that wraps a line which previously exceeded the 80
character limit warning found by checkpatch.pl.  This driver is now warning and
error free, according to checkpatch.pl

Signed-off-by: Jon Bernard 
---
 drivers/staging/fwserial/fwserial.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/fwserial/fwserial.c 
b/drivers/staging/fwserial/fwserial.c
index ff92f34..62df009 100644
--- a/drivers/staging/fwserial/fwserial.c
+++ b/drivers/staging/fwserial/fwserial.c
@@ -2394,7 +2394,8 @@ static int fwserial_create(struct fw_unit *unit)
 
list_del_rcu(>list);
if (create_loop_dev)
-   tty_unregister_device(fwloop_driver, 
loop_idx(serial->ports[j]));
+   tty_unregister_device(fwloop_driver,
+ loop_idx(serial->ports[j]));
 unregister_ttys:
for (--j; j >= 0; --j)
tty_unregister_device(fwtty_driver, serial->ports[j]->index);
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: fwserial: wrap a line that exceeds 80 characters

2013-09-10 Thread Jon Bernard
This is a patch to fwserial.c that wraps a line which previously exceeded the 80
character limit warning found by checkpatch.pl.  This driver is now warning and
error free, according to checkpatch.pl

Signed-off-by: Jon Bernard jbern...@tuxion.com
---
 drivers/staging/fwserial/fwserial.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/fwserial/fwserial.c 
b/drivers/staging/fwserial/fwserial.c
index ff92f34..62df009 100644
--- a/drivers/staging/fwserial/fwserial.c
+++ b/drivers/staging/fwserial/fwserial.c
@@ -2394,7 +2394,8 @@ static int fwserial_create(struct fw_unit *unit)
 
list_del_rcu(serial-list);
if (create_loop_dev)
-   tty_unregister_device(fwloop_driver, 
loop_idx(serial-ports[j]));
+   tty_unregister_device(fwloop_driver,
+ loop_idx(serial-ports[j]));
 unregister_ttys:
for (--j; j = 0; --j)
tty_unregister_device(fwtty_driver, serial-ports[j]-index);
-- 
1.8.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/