On Thu, Oct 24, 2013 at 10:32:36AM -0300, Werner Almesberger wrote:
> Alexander Aring wrote:
> > Okay I fix this, never used --strict in checkpatch.
> 
> I rarely do either :) I just used it here because I tried to find
> out what whitespace issues you were trying to solve:
> 
> > It removes some whitespace issues which checkpatch pointed out.
I think that was some space to tabs problems, etc... okay on some places
not but on:
-       lowpan_raw_dump_table(__func__, " raw fragment dump", frag->data
-                                                               frag->len)
to:
+       lowpan_raw_dump_table(__func__, " raw fragment dump",
+                             frag->data, frag->len);

was some whitespace issues.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to