lkml.org 
[lkml]   [2009]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: [PATCH] staging: fix a silly typo
    Alan Cox wrote:
    > (Resend #3)

    > Signed-off-by: Alan Cox <alan@linux.intel.com>
    > ---
    I have also sent this patch a few times.

    The problems are in Rusty Russell's quilt series/tree and he replied to me
    that he fixed them, but they don't seem to be pushed yet....

    Rusty?


    > drivers/staging/rtl8187se/r8180_core.c | 2 +-
    > drivers/staging/rtl8192su/r8192U_core.c | 2 +-
    > 2 files changed, 2 insertions(+), 2 deletions(-)
    >
    >
    > diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c
    > index 5a6cd60..d74bf70 100644
    > --- a/drivers/staging/rtl8187se/r8180_core.c
    > +++ b/drivers/staging/rtl8187se/r8180_core.c
    > @@ -79,7 +79,7 @@ MODULE_AUTHOR("Andrea Merello <andreamrl@tiscali.it>");
    > MODULE_DESCRIPTION("Linux driver for Realtek RTL8180 / RTL8185 WiFi cards");
    >
    >
    > -module_param_string(ifname, ifname, sizef(ifname), S_IRUGO|S_IWUSR);
    > +module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR);
    > module_param(hwseqnum,int, S_IRUGO|S_IWUSR);
    > module_param(hwwep,int, S_IRUGO|S_IWUSR);
    > module_param(channels,int, S_IRUGO|S_IWUSR);
    > diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
    > index e24815f..0a052ea 100644
    > --- a/drivers/staging/rtl8192su/r8192U_core.c
    > +++ b/drivers/staging/rtl8192su/r8192U_core.c
    > @@ -142,7 +142,7 @@ static int channels = 0x3fff;
    >
    >
    >
    > -module_param_string(ifname, ifname, sizef(ifname), S_IRUGO|S_IWUSR);
    > +module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR);
    > //module_param(hwseqnum,int, S_IRUGO|S_IWUSR);
    > module_param(hwwep,int, S_IRUGO|S_IWUSR);
    > module_param(channels,int, S_IRUGO|S_IWUSR);


    --
    ~Randy


    \
     
     \ /
      Last update: 2009-11-30 17:13    [W:8.219 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site