<div dir="ltr">Sebastian.. anymore comments?<div><br></div><div><div style="">Liam.. try to stick to the top of file comments and grouping commands.</div><div style="">A comment that essentially is repetitive of the name of a method adds</div><div style="">no value or insight.</div><div style=""><br></div><div style="">The commands that you will need to use are something like this sequence:</div><div style=""><br></div><div style="">git checkout -b BRANCH</div><div style="">git add <FILES THAT CHANGED></div><div style="">git commit </div><div style="">  # editor will pop up so you can describe change</div><div style="">git checkout master</div><div style="">git pull</div><div style="">git checkout BRANCH</div><div style="">git rebase -i master</div><div style=""># the above makes sure you are up to date</div><div style="">git format-patch -o TMPDIR master</div><div style=""># generates patch files relative to master branch into TMPDIR</div><div style=""><br></div><div style="">Email those patches.</div><div style=""><br></div><div style="">I hope that sequence helps. I am adding more time to the GCI task.</div><div style=""><br></div><div style=""><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 22, 2015 at 11:51 PM, Sebastian Huber <span dir="ltr"><<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 23/12/15 01:17, Zaphod Beeblebrox wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+/*<br>
+@ingroup xilinx-zynq_i2c<br>
+@brief Disable cadence interrupts<br>
+*/<br>
  static void cadence_i2c_disable_interrupts(volatile cadence_i2c *regs)<br>
  {<br>
    regs->irqdisable = 0xffff;<br>
  }<br>
</blockquote>
<br></span>
Could we please not add trivial Doxygen comments like this.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : <a href="tel:%2B49%2089%20189%2047%2041-16" value="+4989189474116" target="_blank">+49 89 189 47 41-16</a><br>
Fax     : <a href="tel:%2B49%2089%20189%2047%2041-09" value="+4989189474109" target="_blank">+49 89 189 47 41-09</a><br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</div></div></blockquote></div><br></div>