* [KJ][PATCH]sound/oss/dmasound/tas_common.c:replace [const]char *s=""
@ 2005-02-04 11:41 Vicente Feito
0 siblings, 0 replies; only message in thread
From: Vicente Feito @ 2005-02-04 11:41 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 679 bytes --]
Hi,
Please consider applying.
Thank you.
Description: Replaces static const char *s = "" with static const char s[] = "".
Signed-off-by: Vicente Feito <vicente.feito@gmail.com>
--- linux-2.6.10-orig/sound/oss/dmasound/tas_common.c 2005-02-04 02:09:10.000000000 +0000
+++ linux-2.6.10/sound/oss/dmasound/tas_common.c 2005-02-04 09:22:40.000000000 +0000
@@ -126,7 +126,7 @@ tas_post_init(void)
static int
tas_detect_client(struct i2c_adapter *adapter, int address)
{
- static const char *client_name = "tas Digital Equalizer";
+ static const char client_name[] = "tas Digital Equalizer";
struct i2c_client *new_client;
int rc = -ENODEV;
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-04 11:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04 11:41 [KJ][PATCH]sound/oss/dmasound/tas_common.c:replace [const]char *s="" Vicente Feito
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.