Message ID | 1400564056-8970-1-git-send-email-anayuso@sysmocom.de |
---|---|
State | Accepted |
Headers | show |
Hi Alvaro,
On Tue, May 20, 2014 at 07:34:16AM +0200, Alvaro Neira Ayuso wrote:
> +extern const struct tlv_definition abis_nm_osmo_att_tlvdef;
thanks, applied.
Regards,
Harald
On Tue, May 20, 2014 at 07:34:16AM +0200, Alvaro Neira Ayuso wrote: Hi, in the subject you are using past tense ("Added") in general one will use the imperative/present tense. A search points me to this file in the git sources: http://git.kernel.org/cgit/git/git.git/tree/Documentation/SubmittingPatches?id=HEAD " Describe your changes in imperative mood, e.g. "make xyzzy do frotz" instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to do frotz", as if you are giving orders to the codebase to change its behaviour. Try to make sure your explanation can be understood without external resources. Instead of giving a URL to a mailing list archive, summarize the relevant points of the discussion. " I will re-write the subject. cheers holger
Good Morning El 20/05/14 08:45, Holger Hans Peter Freyther escribió: > On Tue, May 20, 2014 at 07:34:16AM +0200, Alvaro Neira Ayuso wrote: > > Hi, > > in the subject you are using past tense ("Added") in general one > will use the imperative/present tense. A search points me to this > file in the git sources: > > http://git.kernel.org/cgit/git/git.git/tree/Documentation/SubmittingPatches?id=HEAD > > " > Describe your changes in imperative mood, e.g. "make xyzzy do frotz" > instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy > to do frotz", as if you are giving orders to the codebase to change > its behaviour. Try to make sure your explanation can be understood > without external resources. Instead of giving a URL to a mailing list > archive, summarize the relevant points of the discussion. > " > > I will re-write the subject. I didn't know that. Thanks Holger. I'm going to take a look and the next patches, I'm going to write the subject like you have explained me. Cheers Álvaro
diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h index 4682ead..86b97eb 100644 --- a/include/osmocom/gsm/abis_nm.h +++ b/include/osmocom/gsm/abis_nm.h @@ -30,6 +30,7 @@ extern const struct tlv_definition abis_nm_att_tlvdef; const char *abis_nm_opstate_name(uint8_t os); const char *abis_nm_avail_name(uint8_t avail); const char *abis_nm_test_name(uint8_t test); +extern const struct tlv_definition abis_nm_osmo_att_tlvdef; /*! \brief write a human-readable OML header to the debug log * \param[in] ss Logging sub-system