diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez> | 2008-12-05 10:39:14 -0800 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-05 10:39:14 -0800 |
commit | a116248a6e723fc3675c44919426f86fdda4e7af (patch) | |
tree | 04f1acf9b818bf1a78e621ddfba38517657e21e5 /lib/op-open.c | |
parent | b19c9034433b43a425b66f3c39feb681da2f2d95 (diff) |
checkpatch: fix complaints
Diffstat (limited to 'lib/op-open.c')
-rw-r--r-- | lib/op-open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/op-open.c b/lib/op-open.c index 54a10e7..360cd16 100644 --- a/lib/op-open.c +++ b/lib/op-open.c @@ -99,7 +99,7 @@ int wimaxll_gnl_resolve(struct wimaxll_handle *wmx) int result, version; char buf[64]; unsigned major, minor; - + d_fnstart(5, wmx, "(wmx %p)\n", wmx); /* Lookup the generic netlink family */ wmx->ifidx = if_nametoindex(wmx->name); |