Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

greybus: firmware: s/should/must

Replace 'should' with 'must' to clear the expectation a bit more.

Reported-by: Alex Elder <alex.elder@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>

authored by

Viresh Kumar and committed by
Greg Kroah-Hartman
0675363a b2abeaa1

+1 -1
+1 -1
drivers/staging/greybus/fw-download.c
··· 238 238 request = op->request->payload; 239 239 tag = (const char *)request->firmware_tag; 240 240 241 - /* firmware_tag should be null-terminated */ 241 + /* firmware_tag must be null-terminated */ 242 242 if (strnlen(tag, GB_FIRMWARE_TAG_MAX_SIZE) == GB_FIRMWARE_TAG_MAX_SIZE) { 243 243 dev_err(fw_download->parent, 244 244 "firmware-tag is not null-terminated\n");