Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83363
b: refs/heads/master
c: 9c14576
h: refs/heads/master
i:
  83361: de4f335
  83359: 24887b0
v: v3
  • Loading branch information
Borislav Petkov authored and Bartlomiej Zolnierkiewicz committed Feb 6, 2008
1 parent 728cc64 commit 1d31583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: c837cfa5b61f0ef92cf2c01f3f48808751f68897
refs/heads/master: 9c14576886bb4e3cfe624c9ec95d980d58a109de
5 changes: 2 additions & 3 deletions trunk/drivers/ide/ide-tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -3684,9 +3684,6 @@ static int ide_tape_probe(ide_drive_t *drive)
return -ENODEV;
}

MODULE_DESCRIPTION("ATAPI Streaming TAPE Driver");
MODULE_LICENSE("GPL");

static void __exit idetape_exit (void)
{
driver_unregister(&idetape_driver.gen_driver);
Expand Down Expand Up @@ -3729,3 +3726,5 @@ MODULE_ALIAS("ide:*m-tape*");
module_init(idetape_init);
module_exit(idetape_exit);
MODULE_ALIAS_CHARDEV_MAJOR(IDETAPE_MAJOR);
MODULE_DESCRIPTION("ATAPI Streaming TAPE Driver");
MODULE_LICENSE("GPL");

0 comments on commit 1d31583

Please sign in to comment.