projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d9e0f4
)
[SCSI] make scsi_decode_sense_buffer and scsi_decode_sense_extras static
author
Adrian Bunk
<bunk@stusta.de>
Fri, 10 Aug 2007 21:50:43 +0000
(14:50 -0700)
committer
James Bottomley
<jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:40:25 +0000
(14:40 -0400)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/constants.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/constants.c
b/drivers/scsi/constants.c
index 2a458d66b6ffc7245255a060e95955c4fb00cd0f..7bdeed1c5a56ed8775065d6af64e2b9f8a69c237 100644
(file)
--- a/
drivers/scsi/constants.c
+++ b/
drivers/scsi/constants.c
@@
-1235,7
+1235,7
@@
scsi_print_sense_hdr(const char *name, struct scsi_sense_hdr *sshdr)
}
EXPORT_SYMBOL(scsi_print_sense_hdr);
-void
+
static
void
scsi_decode_sense_buffer(const unsigned char *sense_buffer, int sense_len,
struct scsi_sense_hdr *sshdr)
{
@@
-1258,7
+1258,7
@@
scsi_decode_sense_buffer(const unsigned char *sense_buffer, int sense_len,
}
}
-void
+
static
void
scsi_decode_sense_extras(const unsigned char *sense_buffer, int sense_len,
struct scsi_sense_hdr *sshdr)
{