All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] drivers\char\synclink.c
@ 2005-11-25 20:47 Christophe Jaillet
  2005-11-25 21:34 ` Nish Aravamudan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christophe Jaillet @ 2005-11-25 20:47 UTC (permalink / raw)
  To: kernel-janitors


[-- Attachment #1.1: Type: text/plain, Size: 407 bytes --]

In file :            \drivers\char\synclink.c
In function :    line_info(char *buf, struct mgsl_struct *info)

The buffer *stat_buf* could be defined smaller.

It is used to build a string that can not be longer than "|RTS|CTS|DTR|DSR|CD|RI", that is to say 21 + 1 chars so :

     char stat_buf[22];
instead of
    char stat_buf[30];
would be enough and would save a few bytes on the stack.

CJ

[-- Attachment #1.2: Type: text/html, Size: 1395 bytes --]

[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-26 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-25 20:47 [KJ] drivers\char\synclink.c Christophe Jaillet
2005-11-25 21:34 ` Nish Aravamudan
2005-11-26  0:46 ` Matthew Wilcox
2005-11-26  0:58 ` Nish Aravamudan
2005-11-26  9:21 ` walter harms
2005-11-26 17:12 ` Nish Aravamudan

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.