Fix some cloned errors in SAM GPIO interrupt setup

This commit is contained in:
Gregory Nutt
2014-07-07 15:54:37 -06:00
parent c4674b2e4a
commit befcb1c961
31 changed files with 158 additions and 101 deletions
+1 -1
View File
@@ -1665,7 +1665,7 @@ ptr = (FAR struct somestruct_s *)value;
<li>
<b><code> * Input Parameters:</code></b> followed by a description of the of each input parameter beginning on the second line.
Each input parameter begins on a separator line indented by two additional spaces.
The description needs to include (1) the name of the input paramters, and (2) a short description of the input parameter.
The description needs to include (1) the name of the input parameters, and (2) a short description of the input parameter.
</li>
<li>
<b><code> * Returned Value:</code></b> followed by a description of the of returned value(s) beginning on the second line.