[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAC5umyjMvMW8ZZ1JFJcZVYo7PiUkG+dVgUNQ3bd87SW_6LnYqw@mail.gmail.com>
Date: Tue, 5 Mar 2013 06:53:12 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: Arend van Spriel <arend@...adcom.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
Michael Chan <mchan@...adcom.com>,
Thomas Sailer <t.sailer@...mni.ethz.ch>,
Jean-Paul Roubelat <jpr@...bb.org>,
Bing Zhao <bzhao@...vell.com>,
Brett Rudley <brudley@...adcom.com>,
"Franky (Zhenhui) Lin" <frankyl@...adcom.com>,
Hante Meuleman <meuleman@...adcom.com>,
brcm80211-dev-list@...adcom.com, netdev <netdev@...r.kernel.org>,
linux-hams@...r.kernel.org, linux-wireless@...r.kernel.org
Subject: Re: [PATCH -v3 16/23] drivers/net: rename random32() to prandom_u32()
2013/3/4 Arend van Spriel <arend@...adcom.com>
>>
>> @@ -1118,7 +1118,7 @@ static void brcmf_p2p_afx_handler(struct work_struct *work)
>> if (afx_hdl->is_listen&& afx_hdl->my_listen_chan)
>>
>> /* 100ms ~ 300ms */
>> err = brcmf_p2p_discover_listen(p2p, afx_hdl->my_listen_chan,
>> - 100 * (1 + (random32() % 3)));
>> + 100 * (1 + (prandom_u32() % 3)));
>
>
> Seems like indentation is wrong now. Please retain the alignment.
OK, I'll fix it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists