Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5eef782f
Commit
5eef782f
authored
Jun 22, 2004
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[blk carmel] s/carmel/sx8/ in the driver itself
parent
7791fddc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/block/sx8.c
drivers/block/sx8.c
+3
-3
No files found.
drivers/block/sx8.c
View file @
5eef782f
/*
*
carmel
.c: Driver for Promise SATA SX8 looks-like-I2O hardware
*
sx8
.c: Driver for Promise SATA SX8 looks-like-I2O hardware
*
* Copyright 2004 Red Hat, Inc.
*
...
...
@@ -32,7 +32,7 @@
MODULE_AUTHOR
(
"Jeff Garzik"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_DESCRIPTION
(
"Promise SATA SX8
(carmel)
block driver"
);
MODULE_DESCRIPTION
(
"Promise SATA SX8 block driver"
);
#if 0
#define CARM_DEBUG
...
...
@@ -43,7 +43,7 @@ MODULE_DESCRIPTION("Promise SATA SX8 (carmel) block driver");
#endif
#undef CARM_NDEBUG
#define DRV_NAME "
carmel
"
#define DRV_NAME "
sx8
"
#define DRV_VERSION "0.8"
#define PFX DRV_NAME ": "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment