Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 215cedec authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] media: remove emacs editor variables



1) This is not allowed by the kernel coding style
2) Just configure your editor correctly
3) It's really ugly

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Acked-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 654a731b
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -212,11 +212,3 @@ standards set in the <structfield>standards</structfield> field.
    &return-value;
  </refsect1>
</refentry>

<!--
Local Variables:
mode: sgml
sgml-parent-document: "v4l2.sgml"
indent-tabs-mode: nil
End:
-->
+0 −8
Original line number Diff line number Diff line
@@ -131,11 +131,3 @@ is out of bounds or the <structfield>pad</structfield> number is invalid.</para>
    </variablelist>
  </refsect1>
</refentry>

<!--
Local Variables:
mode: sgml
sgml-parent-document: "v4l2.sgml"
indent-tabs-mode: nil
End:
-->
+0 −6
Original line number Diff line number Diff line
@@ -252,9 +252,3 @@ EXPORT_SYMBOL(btcx_screen_clips);
EXPORT_SYMBOL(btcx_align);
EXPORT_SYMBOL(btcx_sort_clips);
EXPORT_SYMBOL(btcx_calc_skips);

/*
 * Local variables:
 * c-basic-offset: 8
 * End:
 */
+0 −6
Original line number Diff line number Diff line
@@ -26,9 +26,3 @@ void btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips);
void btcx_calc_skips(int line, int width, int *maxy,
		     struct btcx_skiplist *skips, unsigned int *nskips,
		     const struct v4l2_clip *clips, unsigned int nclips);

/*
 * Local variables:
 * c-basic-offset: 8
 * End:
 */
+0 −5
Original line number Diff line number Diff line
@@ -91,8 +91,3 @@ enum au8522_audio_input {
};

#endif /* __AU8522_H__ */

/*
 * Local variables:
 * c-basic-offset: 8
 */
Loading