Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251998
b: refs/heads/master
c: c1afba3
h: refs/heads/master
v: v3
  • Loading branch information
Michal Marek committed May 25, 2011
1 parent 364c9cd commit b67598d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: a1b666657c3a691c4f8a0025905e88e8b4baa360
refs/heads/master: c1afba3c6ce35a0956b008825dd49b07c8ee8362
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/baycom_epp.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static const char paranoia_str[] = KERN_ERR

static const char bc_drvname[] = "baycom_epp";
static const char bc_drvinfo[] = KERN_INFO "baycom_epp: (C) 1998-2000 Thomas Sailer, HB9JNX/AE4WA\n"
"baycom_epp: version 0.7 compiled " __TIME__ " " __DATE__ "\n";
"baycom_epp: version 0.7\n";

/* --------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/baycom_par.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

static const char bc_drvname[] = "baycom_par";
static const char bc_drvinfo[] = KERN_INFO "baycom_par: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n"
"baycom_par: version 0.9 compiled " __TIME__ " " __DATE__ "\n";
"baycom_par: version 0.9\n";

/* --------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/baycom_ser_fdx.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

static const char bc_drvname[] = "baycom_ser_fdx";
static const char bc_drvinfo[] = KERN_INFO "baycom_ser_fdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n"
"baycom_ser_fdx: version 0.10 compiled " __TIME__ " " __DATE__ "\n";
"baycom_ser_fdx: version 0.10\n";

/* --------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/baycom_ser_hdx.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

static const char bc_drvname[] = "baycom_ser_hdx";
static const char bc_drvinfo[] = KERN_INFO "baycom_ser_hdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n"
"baycom_ser_hdx: version 0.10 compiled " __TIME__ " " __DATE__ "\n";
"baycom_ser_hdx: version 0.10\n";

/* --------------------------------------------------------------------- */

Expand Down

0 comments on commit b67598d

Please sign in to comment.