Skip to content

Commit

Permalink
netfilter: ip6_tables: function definition layout
Browse files Browse the repository at this point in the history
Use tabs instead of spaces to indent second line of parameters in
function definitions.

No changes detected by objdiff.

Signed-off-by: Ian Morris <ipm@chirality.org.uk>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Ian Morris authored and Pablo Neira Ayuso committed Oct 13, 2015
1 parent 6ac9461 commit cda219c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/ipv6/netfilter/ip6_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ static void cleanup_entry(struct ip6t_entry *e, struct net *net)
newinfo) */
static int
translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0,
const struct ip6t_replace *repl)
const struct ip6t_replace *repl)
{
struct ip6t_entry *iter;
unsigned int i;
Expand Down Expand Up @@ -1090,7 +1090,7 @@ static int compat_table_info(const struct xt_table_info *info,
#endif

static int get_info(struct net *net, void __user *user,
const int *len, int compat)
const int *len, int compat)
{
char name[XT_TABLE_MAXNAMELEN];
struct xt_table *t;
Expand Down Expand Up @@ -1152,7 +1152,7 @@ static int get_info(struct net *net, void __user *user,

static int
get_entries(struct net *net, struct ip6t_get_entries __user *uptr,
const int *len)
const int *len)
{
int ret;
struct ip6t_get_entries get;
Expand Down

0 comments on commit cda219c

Please sign in to comment.