Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252003
b: refs/heads/master
c: 36a9f77
h: refs/heads/master
i:
  252001: f0c8621
  251999: b123102
v: v3
  • Loading branch information
Michal Marek committed May 26, 2011
1 parent b64ddd2 commit 82e84af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 75ce481e15911b4557da1250556eab5ffbd14d0d
refs/heads/master: 36a9f77e50032e367b43d72866c18f4a61cf89da
2 changes: 1 addition & 1 deletion trunk/net/atm/lec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ static int __init lane_module_init(void)
#endif

register_atm_ioctl(&lane_ioctl_ops);
pr_info("lec.c: " __DATE__ " " __TIME__ " initialized\n");
pr_info("lec.c: initialized\n");
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/atm/mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ static __init int atm_mpoa_init(void)
if (mpc_proc_init() != 0)
pr_info("failed to initialize /proc/mpoa\n");

pr_info("mpc.c: " __DATE__ " " __TIME__ " initialized\n");
pr_info("mpc.c: initialized\n");

return 0;
}
Expand Down

0 comments on commit 82e84af

Please sign in to comment.