Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205832
b: refs/heads/master
c: 5f91c7e
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 6df52f5 commit b1d6a46
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: 5b2652b6e099cf8faca3bfa2a7534216dd83b6d5
refs/heads/master: 5f91c7ed1ec2eac7a278fade45b88e762f93c3d8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/otus/wrap_sec.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern int zfLnxCencSendMsg(struct sock *netlink_sk, u_int8_t *msg, int len);
u16_t zfLnxCencAsocNotify(zdev_t *dev, u16_t *macAddr, u8_t *body,
u16_t bodySize, u16_t port)
{
struct usbdrv_private *macp = (struct usbdrv_private *)dev->priv;
struct usbdrv_private *macp = dev->priv;
struct zydas_cenc_sta_info cenc_info;
/* struct sock *netlink_sk; */
u8_t ie_len;
Expand Down

0 comments on commit b1d6a46

Please sign in to comment.