All of lore.kernel.org
 help / color / mirror / Atom feed
* Weird formatting in rtl8723bs driver code?
@ 2022-10-20  2:43 Emily Peri
  2022-10-20  4:01 ` Praveen Kumar
  2022-10-20  5:13 ` Julia Lawall
  0 siblings, 2 replies; 5+ messages in thread
From: Emily Peri @ 2022-10-20  2:43 UTC (permalink / raw)
  To: outreachy

I'm working on cleaning up the rtl8723bs driver with checkpatch, but I
noticed that some of the variable declarations have differnt amounts of
whitespace, like this:

        struct cmd_obj  *ph2c;
        struct sitesurvey_parm  *psurveyPara;
        struct cmd_priv                                 *pcmdpriv = &padapter->cmdpriv;
        struct mlme_ext_priv    *pmlmeext = &padapter->mlmeextpriv;

At first I thought this was intentional, but now I'm wondering if this
is an accident. It's normal to just use one space between the type and
the variable name, right?


--Emily

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-20  5:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-20  2:43 Weird formatting in rtl8723bs driver code? Emily Peri
2022-10-20  4:01 ` Praveen Kumar
2022-10-20  5:15   ` Emily Peri
2022-10-20  5:13 ` Julia Lawall
2022-10-20  5:17   ` Emily Peri

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.