search for: arder

Displaying 5 results from an estimated 5 matches for "arder".

Did you mean: order
2016 Dec 09
1
[PATCH v6 1/2] sparc: fix a building error reported by kbuild
...#ifdef CONFIG_NUMA > > #include <asm/mmzone.h> > +#include <asm/cpudata.h> Nitpick - if you are going to resend this patch, then please order the two includes in alphabetic order. For two includes this looks like bikeshedding, but when we add more having them in a defined arder prevents merge conflicts. And makes it readable too. We also sometimes order the includes with the longest lines topmost, and lines with the ame length are ordered alphabetically. But this is not seen so often. Sam
2016 Dec 09
1
[PATCH v6 1/2] sparc: fix a building error reported by kbuild
...#ifdef CONFIG_NUMA > > #include <asm/mmzone.h> > +#include <asm/cpudata.h> Nitpick - if you are going to resend this patch, then please order the two includes in alphabetic order. For two includes this looks like bikeshedding, but when we add more having them in a defined arder prevents merge conflicts. And makes it readable too. We also sometimes order the includes with the longest lines topmost, and lines with the ame length are ordered alphabetically. But this is not seen so often. Sam
2007 Oct 20
0
No subject
...level, with rooms and archit= ecture, or just a black void with windows floating around? <BR><BR>The more= specific of a vision you have, the easier it is to write code for.&nbsp; F= iguring out <SPAN style=3D"FONT-STYLE: italic">what</SPAN> to do is often h= arder than <SPAN style=3D"FONT-STYLE: italic">how</SPAN> to do it. <BR><BR>= If you can code in OpenGL, a good place to start is to just write a standal= one application with dummy blocks to represent the windows, and FPS movemen= t controls.&nbsp; I've actually...
2016 Dec 08
4
[PATCH v6 0/2] virtio-crypto: add Linux driver
v6: - add patch 1/2 to make sparc architecture happy. [Sam] - close created sessions previousely when rekeying. - convert the priority of virtio crypto algs from 4001 to 501 which is enough. v5: - add comments for algs_lock and table_lock. [Stefan] - use kzfree instead of kfree for key material security. [Stefan] - drop unnecessary spin_lock for struct virtio_crypto_ablkcipher_ctx. -
2016 Dec 08
4
[PATCH v6 0/2] virtio-crypto: add Linux driver
v6: - add patch 1/2 to make sparc architecture happy. [Sam] - close created sessions previousely when rekeying. - convert the priority of virtio crypto algs from 4001 to 501 which is enough. v5: - add comments for algs_lock and table_lock. [Stefan] - use kzfree instead of kfree for key material security. [Stefan] - drop unnecessary spin_lock for struct virtio_crypto_ablkcipher_ctx. -