From mboxrd@z Thu Jan 1 00:00:00 1970 From: navych@126.com (Navy) Date: Fri, 17 Jul 2015 15:55:55 +0800 Subject: goto??? Message-ID: <20150717075555.GA29600@debian> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hello, Goto is recommend in linux kernel programming, but it is despised in many other situation. There are four rationable for using goto in Documentation/CodingStyle. Do you have some viewpoints about "why goto" or "why not goto"? I'm glad to get your point. Thank you.