Re: [RFC] Documentation about unaligned memory access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Nov 23, 2007 1:15 AM, Daniel Drake <[email protected]> wrote:
[...]
>
> Before I do so, any comments on the following?
>
[...]
>         void myfunc(u8 *data, u32 value)
>         {
>                 [...]
>                 value = cpu_to_le32(value);
>                 memcpy(data, value, sizeof(value));
>                 [...]
>         }

I suppose you mean:
memcpy(data, &value, sizeof(value));

/DM
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux