Staging: lustre: Add blank line after declarations
WARNING: "Missing a blank line after declarations" Add blank line after declarations. That was found by running checkpatch Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ded9f908da
commit
e8df67dad5
@ -184,6 +184,7 @@ static void *
|
||||
conn_key(struct hlist_node *hnode)
|
||||
{
|
||||
struct ptlrpc_connection *conn;
|
||||
|
||||
conn = hlist_entry(hnode, struct ptlrpc_connection, c_hash);
|
||||
return &conn->c_peer;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user