Re: [PATCH 3/3] drivers/speakup: Fix style and coding warnings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Interesting construct...  Yeah I'm little bit rusty on my C /programming  . I understand  proper coding style may be should end with else so I wasn't sure .. however this resolved the warnings. :)


Did you compile this?


Yes I did compile  however the only issue i found when I'm compiling is  modules symvers missing messages researched online and found couple of articles that recommended  to  run full kernel build . Please bear with me I'm new to this and very excited about learning and contributing.



On 7/3/2018 11:10 AM, Justin Skists wrote:
On 03 July 2018 at 08:31 Tamir Suliman <tsuliman@xxxxxxxxxxxxxxx> wrote:
+++ b/drivers/staging/speakup/keyhelp.c
@@ -167,7 +167,7 @@ int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key)
  		synth_printf("%s\n", spk_msg_get(MSG_HELP_INFO));
  		build_key_data(); /* rebuild each time in case new mapping */
  		return 1;
-	} else {
+	} else if {
Interesting construct...


@@ -787,7 +787,7 @@ static ssize_t message_store_helper(const char *buf, size_t count,
  			continue;
  		}
- index = simple_strtoul(cp, &temp, 10);
+		index = simple_ktrtoul(cp, &temp, 10);
Did you compile this?


Justin.

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux