Re: [net-next][PATCH 02/18] RDS: mark few internal functions static to make sparse build happy

From: Santosh Shilimkar
Date: Mon Dec 05 2016 - 20:17:43 EST


On 12/5/2016 1:45 AM, Sergei Shtylyov wrote:
Hello!

On 12/5/2016 9:57 AM, Santosh Shilimkar wrote:

[...]

-void rds_walk_conn_path_info(struct socket *sock, unsigned int len,
+static void rds_walk_conn_path_info(struct socket *sock, unsigned int
len,
struct rds_info_iterator *iter,
struct rds_info_lengths *lens,
int (*visitor)(struct rds_conn_path *, void *),

You now need to realign the continuation lines.

Right. Will fix that. Thanks !!

Regards,
Santosh