Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40612
b: refs/heads/master
c: 6f5b7ef
h: refs/heads/master
v: v3
  • Loading branch information
Meelis Roos authored and David S. Miller committed Nov 2, 2006
1 parent c3d6024 commit a289d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b1225454f7891970cb5ba87c8ef24edb1fa6c3a
refs/heads/master: 6f5b7ef6b5816dc497094048d7d8a270004602d6
2 changes: 1 addition & 1 deletion trunk/net/bridge/netfilter/ebtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static inline int ebt_do_match (struct ebt_entry_match *m,
static inline int ebt_dev_check(char *entry, const struct net_device *device)
{
int i = 0;
char *devname = device->name;
const char *devname = device->name;

if (*entry == '\0')
return 0;
Expand Down

0 comments on commit a289d1c

Please sign in to comment.