diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:54:30 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:54:30 +0200 |
commit | d0dae04c2ae6e4219e0ebac205dd05fa7e9427cf (patch) | |
tree | 80c6fc84f56afedc4fb02a097ae3e464bd792828 /Alsa-afb/Alsa-AddCtl.c | |
parent | 606ccd2405a55eab4c909160c951c083bccd825d (diff) |
Format: remove blank space at EOL
Change-Id: I786ac8d5be68bdf09d5bb6c883959d6e1963c1fe
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'Alsa-afb/Alsa-AddCtl.c')
-rw-r--r-- | Alsa-afb/Alsa-AddCtl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Alsa-afb/Alsa-AddCtl.c b/Alsa-afb/Alsa-AddCtl.c index f7ef92e..44de782 100644 --- a/Alsa-afb/Alsa-AddCtl.c +++ b/Alsa-afb/Alsa-AddCtl.c @@ -13,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * + * * References: * https://kernel.readthedocs.io/en/sphinx-samples/writing-an-alsa-driver.html#control-names * https://01.org/linuxgraphics/gfx-docs/drm/sound/designs/control-names.html @@ -287,7 +287,7 @@ UpdateDefaultVal: goto DoNotUpdate; } - // write a default null TLV (if usefull should be implemented for every ctl type) + // write a default null TLV (if usefull should be implemented for every ctl type) if (elemTlv) { err = snd_ctl_elem_tlv_write(ctlDev, elemId, elemTlv); if (err < 0) { |