* [PATCH libnetfilter_queue 0/1] whitespace: replace spaces with tab in indent @ 2023-12-09 2:30 Duncan Roe 2023-12-09 2:30 ` [PATCH libnetfilter_queue 1/1] " Duncan Roe 0 siblings, 1 reply; 5+ messages in thread From: Duncan Roe @ 2023-12-09 2:30 UTC (permalink / raw) To: pablo; +Cc: netfilter-devel Hi Pablo, My text editor auto-corrects this unless I remember to turn the feature off. Would be nice if I didn't have to do that. Cheers ... Duncan. Duncan Roe (1): whitespace: replace spaces with tab in indent include/libnetfilter_queue/libnetfilter_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.35.8 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH libnetfilter_queue 1/1] whitespace: replace spaces with tab in indent 2023-12-09 2:30 [PATCH libnetfilter_queue 0/1] whitespace: replace spaces with tab in indent Duncan Roe @ 2023-12-09 2:30 ` Duncan Roe 2023-12-09 10:29 ` Florian Westphal 2023-12-10 3:25 ` This didn't make it into patchwork Duncan Roe 0 siblings, 2 replies; 5+ messages in thread From: Duncan Roe @ 2023-12-09 2:30 UTC (permalink / raw) To: pablo; +Cc: netfilter-devel i.e. this one: > -^I^I^I struct nfq_data *nfad, char *name);$ > +^I^I^I^I struct nfq_data *nfad, char *name);$ Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> --- include/libnetfilter_queue/libnetfilter_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libnetfilter_queue/libnetfilter_queue.h b/include/libnetfilter_queue/libnetfilter_queue.h index f254984..f7e68d8 100644 --- a/include/libnetfilter_queue/libnetfilter_queue.h +++ b/include/libnetfilter_queue/libnetfilter_queue.h @@ -111,7 +111,7 @@ extern int nfq_get_secctx(struct nfq_data *nfad, unsigned char **secdata); extern int nfq_get_indev_name(struct nlif_handle *nlif_handle, struct nfq_data *nfad, char *name); extern int nfq_get_physindev_name(struct nlif_handle *nlif_handle, - struct nfq_data *nfad, char *name); + struct nfq_data *nfad, char *name); extern int nfq_get_outdev_name(struct nlif_handle *nlif_handle, struct nfq_data *nfad, char *name); extern int nfq_get_physoutdev_name(struct nlif_handle *nlif_handle, -- 2.35.8 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH libnetfilter_queue 1/1] whitespace: replace spaces with tab in indent 2023-12-09 2:30 ` [PATCH libnetfilter_queue 1/1] " Duncan Roe @ 2023-12-09 10:29 ` Florian Westphal 2023-12-10 3:25 ` This didn't make it into patchwork Duncan Roe 1 sibling, 0 replies; 5+ messages in thread From: Florian Westphal @ 2023-12-09 10:29 UTC (permalink / raw) To: Duncan Roe; +Cc: pablo, netfilter-devel Duncan Roe <duncan_roe@optusnet.com.au> wrote: > i.e. this one: > > -^I^I^I struct nfq_data *nfad, char *name);$ > > +^I^I^I^I struct nfq_data *nfad, char *name);$ Applied, thanks. ^ permalink raw reply [flat|nested] 5+ messages in thread
* This didn't make it into patchwork 2023-12-09 2:30 ` [PATCH libnetfilter_queue 1/1] " Duncan Roe 2023-12-09 10:29 ` Florian Westphal @ 2023-12-10 3:25 ` Duncan Roe 2023-12-10 4:27 ` Sorry for previous message - please ignore Duncan Roe 1 sibling, 1 reply; 5+ messages in thread From: Duncan Roe @ 2023-12-10 3:25 UTC (permalink / raw) To: Pablo Neira Ayuso; +Cc: Netfilter Development Hi Pablo, Have you ant idea why Patchwork didn't pick up this patch? Please apply anyway. Cheers ... Duncan. On Sat, Dec 09, 2023 at 01:30:20PM +1100, Duncan Roe wrote: > i.e. this one: > > -^I^I^I struct nfq_data *nfad, char *name);$ > > +^I^I^I^I struct nfq_data *nfad, char *name);$ > > Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> > --- > include/libnetfilter_queue/libnetfilter_queue.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/libnetfilter_queue/libnetfilter_queue.h b/include/libnetfilter_queue/libnetfilter_queue.h > index f254984..f7e68d8 100644 > --- a/include/libnetfilter_queue/libnetfilter_queue.h > +++ b/include/libnetfilter_queue/libnetfilter_queue.h > @@ -111,7 +111,7 @@ extern int nfq_get_secctx(struct nfq_data *nfad, unsigned char **secdata); > extern int nfq_get_indev_name(struct nlif_handle *nlif_handle, > struct nfq_data *nfad, char *name); > extern int nfq_get_physindev_name(struct nlif_handle *nlif_handle, > - struct nfq_data *nfad, char *name); > + struct nfq_data *nfad, char *name); > extern int nfq_get_outdev_name(struct nlif_handle *nlif_handle, > struct nfq_data *nfad, char *name); > extern int nfq_get_physoutdev_name(struct nlif_handle *nlif_handle, > -- > 2.35.8 > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Sorry for previous message - please ignore 2023-12-10 3:25 ` This didn't make it into patchwork Duncan Roe @ 2023-12-10 4:27 ` Duncan Roe 0 siblings, 0 replies; 5+ messages in thread From: Duncan Roe @ 2023-12-10 4:27 UTC (permalink / raw) To: Pablo Neira Ayuso; +Cc: Netfilter Development On Sun, Dec 10, 2023 at 02:25:25PM +1100, Duncan Roe wrote: > Hi Pablo, > > Have you ant idea why Patchwork didn't pick up this patch? > > Please apply anyway. > > Cheers ... Duncan. > On Sat, Dec 09, 2023 at 01:30:20PM +1100, Duncan Roe wrote: > > i.e. this one: > > > -^I^I^I struct nfq_data *nfad, char *name);$ > > > +^I^I^I^I struct nfq_data *nfad, char *name);$ > > > > Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> > > --- > > include/libnetfilter_queue/libnetfilter_queue.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/include/libnetfilter_queue/libnetfilter_queue.h b/include/libnetfilter_queue/libnetfilter_queue.h > > index f254984..f7e68d8 100644 > > --- a/include/libnetfilter_queue/libnetfilter_queue.h > > +++ b/include/libnetfilter_queue/libnetfilter_queue.h > > @@ -111,7 +111,7 @@ extern int nfq_get_secctx(struct nfq_data *nfad, unsigned char **secdata); > > extern int nfq_get_indev_name(struct nlif_handle *nlif_handle, > > struct nfq_data *nfad, char *name); > > extern int nfq_get_physindev_name(struct nlif_handle *nlif_handle, > > - struct nfq_data *nfad, char *name); > > + struct nfq_data *nfad, char *name); > > extern int nfq_get_outdev_name(struct nlif_handle *nlif_handle, > > struct nfq_data *nfad, char *name); > > extern int nfq_get_physoutdev_name(struct nlif_handle *nlif_handle, > > -- > > 2.35.8 > > > > > Hi Pablo, Thanks for applying this. I had Archived=no selected so didn't see it in Patchwork. Cheers ... Duncan. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-10 4:27 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-12-09 2:30 [PATCH libnetfilter_queue 0/1] whitespace: replace spaces with tab in indent Duncan Roe 2023-12-09 2:30 ` [PATCH libnetfilter_queue 1/1] " Duncan Roe 2023-12-09 10:29 ` Florian Westphal 2023-12-10 3:25 ` This didn't make it into patchwork Duncan Roe 2023-12-10 4:27 ` Sorry for previous message - please ignore Duncan Roe
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.