lkml.org 
[lkml]   [2013]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH -v2 11/26] video/uvesafb: rename random32() to prandom_u32()
    Date
    Use more preferable function name which implies using a pseudo-random
    number generator.

    Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
    Cc: Michal Januszewski <spock@gentoo.org>
    Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
    Cc: linux-fbdev@vger.kernel.org
    ---

    No change from v1

    drivers/video/uvesafb.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c
    index 2f8f82d..d120b11 100644
    --- a/drivers/video/uvesafb.c
    +++ b/drivers/video/uvesafb.c
    @@ -166,7 +166,7 @@ static int uvesafb_exec(struct uvesafb_ktask *task)
    memcpy(&m->id, &uvesafb_cn_id, sizeof(m->id));
    m->seq = seq;
    m->len = len;
    - m->ack = random32();
    + m->ack = prandom_u32();

    /* uvesafb_task structure */
    memcpy(m + 1, &task->t, sizeof(task->t));
    --
    1.7.11.7


    \
     
     \ /
      Last update: 2013-01-03 14:21    [W:8.408 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site