4 comments:
File src/host/layer23/src/mobile/gapk_io.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-1340):
Patch Set #1, Line 20: * with this program; if not, write to the Free Software Foundation, Inc.,
Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. This Osmocom project should already include a copy of the (A)GPL.
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-1340):
Patch Set #1, Line 21: * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. This Osmocom project should already include a copy of the (A)GPL.
File src/host/layer23/src/mobile/vty_interface.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-1340):
Patch Set #1, Line 2866: strncpy(set->audio.alsa_output_dev, dev_name,
Instead of strncpy()/strcpy(), use osmo_strlcpy() or OSMO_STRLCPY_ARRAY()
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-1340):
Patch Set #1, Line 2883: strncpy(set->audio.alsa_input_dev, dev_name,
Instead of strncpy()/strcpy(), use osmo_strlcpy() or OSMO_STRLCPY_ARRAY()
To view, visit change 30337. To unsubscribe, or for help writing mail filters, visit settings.